removed ping-statement... (sorry)
This commit is contained in:
parent
fb0833078b
commit
241e5c7a2a
3
ftpd.scm
3
ftpd.scm
|
@ -187,7 +187,6 @@
|
||||||
maybe-args
|
maybe-args
|
||||||
((port 21)
|
((port 21)
|
||||||
(logfile #f))
|
(logfile #f))
|
||||||
(display "ping!\n")
|
|
||||||
(if logfile
|
(if logfile
|
||||||
(set! *logfile* (open-output-file logfile (bitwise-ior open/create open/append))))
|
(set! *logfile* (open-output-file logfile (bitwise-ior open/create open/append))))
|
||||||
(with-syslog-destination
|
(with-syslog-destination
|
||||||
|
@ -1215,7 +1214,7 @@
|
||||||
|
|
||||||
; Version
|
; Version
|
||||||
|
|
||||||
(define *ftpd-version* "$Revision: 1.33 $")
|
(define *ftpd-version* "$Revision: 1.34 $")
|
||||||
|
|
||||||
(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