Fix start-server* hang if server already running

db4
Slava Pestov 2008-09-27 12:59:15 -05:00
parent c1b6bce2c9
commit 876e3d0e04
1 changed files with 3 additions and 3 deletions

View File

@ -119,9 +119,9 @@ PRIVATE>
dup secure-config>> [
dup threaded-server [
dup name>> [
listen-on [
start-accept-loop
] parallel-each
[ listen-on [ start-accept-loop ] parallel-each ]
[ ready>> raise-flag ]
bi
] with-logging
] with-variable
] with-secure-context ;