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
|
||||
((port 21)
|
||||
(logfile #f))
|
||||
(display "ping!\n")
|
||||
(if logfile
|
||||
(set! *logfile* (open-output-file logfile (bitwise-ior open/create open/append))))
|
||||
(with-syslog-destination
|
||||
|
@ -1215,7 +1214,7 @@
|
|||
|
||||
; Version
|
||||
|
||||
(define *ftpd-version* "$Revision: 1.33 $")
|
||||
(define *ftpd-version* "$Revision: 1.34 $")
|
||||
|
||||
(define (copy-port->port-binary input-port output-port)
|
||||
(let ((buffer (make-string *window-size*)))
|
||||
|
|
Loading…
Reference in New Issue