allow #f for #:listen-ip

svn: r12526
This commit is contained in:
Eli Barzilay 2008-11-20 03:13:01 +00:00
parent 42d8f1ae1f
commit 9405d57292

View File

@ -42,7 +42,7 @@
#:launch-browser? boolean?
#:quit? boolean?
#:banner? boolean?
#:listen-ip string?
#:listen-ip (or/c false/c string?)
#:port number?
#:manager manager?
#:servlet-namespace (listof module-path?)