THREAD-FORK doesn't take an additional second argument (yet).
This commit is contained in:
parent
0c7e75a2b5
commit
f5cd1798d3
5
ftpd.scm
5
ftpd.scm
|
@ -145,8 +145,7 @@
|
||||||
address
|
address
|
||||||
anonymous-home
|
anonymous-home
|
||||||
port
|
port
|
||||||
remote-address)
|
remote-address))))
|
||||||
remote-address))) ; use remote address as thread-name
|
|
||||||
port)))))
|
port)))))
|
||||||
|
|
||||||
(define (spawn-to-handle-connection socket address anonymous-home port remote-address)
|
(define (spawn-to-handle-connection socket address anonymous-home port remote-address)
|
||||||
|
@ -1127,7 +1126,7 @@
|
||||||
|
|
||||||
; Version
|
; Version
|
||||||
|
|
||||||
(define *ftpd-version* "$Revision: 1.27 $")
|
(define *ftpd-version* "$Revision: 1.28 $")
|
||||||
|
|
||||||
(define (copy-port->port-binary input-port output-port)
|
(define (copy-port->port-binary input-port output-port)
|
||||||
(let ((buffer (make-string *window-size*)))
|
(let ((buffer (make-string *window-size*)))
|
||||||
|
|
Loading…
Reference in New Issue