diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
| commit | 8911721efbf3b3721376e2baa30bae002c2975c2 (patch) | |
| tree | aa059ffa39c2c4f1cd5ed2e137dcb9b079de2717 /appl/charon/ftp.b | |
| parent | 0e96539ff7cff23233d3f0a64bb285b385a3a1f4 (diff) | |
20070115
Diffstat (limited to 'appl/charon/ftp.b')
| -rw-r--r-- | appl/charon/ftp.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/charon/ftp.b b/appl/charon/ftp.b index 9e2f74e6..4f564a71 100644 --- a/appl/charon/ftp.b +++ b/appl/charon/ftp.b @@ -105,7 +105,7 @@ connect(nc: ref Netconn, bs: ref ByteSource) dialdata(nc: ref Netconn, ctlfd: ref sys->FD) : string { # put in passive mode - err := sendrequest(nc, ctlfd, "PASV"); + sendrequest(nc, ctlfd, "PASV"); (code, msg) := getreply(nc, ctlfd); if(code != Success) return "can't use passive mode: " + msg; |
