Restore mistakenly omitted #t setting for reuse?.

This commit is contained in:
Tony Garnock-Jones 2011-10-27 18:14:04 -04:00
parent 6f4efca1d2
commit 20f273e41e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
(close-output-port out)))
(define (t-server)
(define s (tcp-listen 2322))
(define s (tcp-listen 2322 4 #t))
(printf "Accepting...\n")
(tcp-pty-ssh-server s repl-shell #:prompt *prompt*))