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
f1c1d31e
Commit
f1c1d31e
authored
Nov 07, 2022
by
Dave Cooper
Browse files
don't mess with aserve unless zacl is there.
parent
6e794d15
Pipeline
#7379
passed with stages
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/zzinit/source/initialize.lisp
View file @
f1c1d31e
...
...
@@ -106,7 +106,7 @@
gwl::*fullchain-pem-path*
nil
gwl::*privkey-pem-path*
nil
)
(
when
(
find-package
:net.aserve
)
(
when
(
and
(
find-package
:zacl
)
(
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*"
)))
...
...
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