diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-12-16 07:27:28 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-12-16 07:27:28 +0000 |
| commit | bcd2618483a3d918188abd009cb32c1904590b97 (patch) | |
| tree | 3f52b101f87d2f13f3bd66c3c73e6b8eba9d7249 /libexec/ftpd | |
| parent | 8efc8b18e55022b59860d211b6273c746313db61 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index bded2521dd19..10f70d53cbec 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2028,7 +2028,6 @@ send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg) filefd = fileno(instr); if (isreg) { - char *msg = "Transfer complete."; off_t offset; int err; |
