diff options
| author | Michael Haro <mharo@FreeBSD.org> | 1999-10-25 08:31:50 +0000 |
|---|---|---|
| committer | Michael Haro <mharo@FreeBSD.org> | 1999-10-25 08:31:50 +0000 |
| commit | 9e1b59768a2857353bca8b3c9bc35f404d449810 (patch) | |
| tree | 1e84eea863a84239966d0a4d3689a0b779e6a78b /libexec | |
| parent | a1ec0f0a4914a4e94695c3d50c0b6d88eccdeda5 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index b673a06fce71..329bb111e96a 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1972,6 +1972,7 @@ myoob(signo) longjmp(urgcatch, 1); } if (strcmp(cp, "STAT\r\n") == 0) { + tmpline[0] = '\0'; if (file_size != (off_t) -1) reply(213, "Status: %qd of %qd bytes transferred", byte_count, file_size); |
