Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
6c308450
Commit
6c308450
authored
Oct 28, 2022
by
Dave Cooper
Browse files
fixed typo.
parent
e128d274
Pipeline
#7257
passed with stages
in 5 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/zzinit/source/initialize.lisp
View file @
6c308450
...
...
@@ -99,12 +99,12 @@
glisp:*gendl-source-home*
nil
gwl::*fullchain-pem-path*
nil
gwl::*privkey-pem-path*
nil
gwl::*privkey-pem-path*
nil
)
(
when
(
find-package
:net.aserve
)
(
funcall
(
read-from-string
"net.aserve:shutdown"
))
(
makunbound
(
read-from-string
"net.aserve:*wserver*"
))
(
makunbound
(
read-from-string
"excl:*initial-terminal-io*"
)))
)
(
when
(
find-package
:net.aserve
)
(
funcall
(
read-from-string
"net.aserve:shutdown"
))
(
makunbound
(
read-from-string
"net.aserve:*wserver*"
))
(
makunbound
(
read-from-string
"excl:*initial-terminal-io*"
)))
;;
;; FLAG -- cffi prolly has one function to call to do all this & more.
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment