summaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2004-12-16 07:17:56 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2004-12-16 07:17:56 +0000
commit8efc8b18e55022b59860d211b6273c746313db61 (patch)
treef1bb19d3ebab391d05e3935e0029ecddffb1b5ca /libexec/ftpd
parent0db3f4f9c72c294fd4625b1e0ee0e51a55ceee82 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index e686020f643c..bded2521dd19 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -2082,7 +2082,7 @@ oldway:
write(netfd, buf, cnt) == cnt)
byte_count += cnt;
transflag = 0;
- (void)free(buf);
+ free(buf);
if (cnt != 0) {
if (cnt < 0)
goto file_err;