summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-12-16 07:27:28 +0000
committeryar <yar@FreeBSD.org>2004-12-16 07:27:28 +0000
commit32ba549445120c823a6eaaf19b12edb2bc64b5d1 (patch)
tree3f52b101f87d2f13f3bd66c3c73e6b8eba9d7249 /libexec
parent33935e064e5d9ff885c088ba939120cf91431eff (diff)
downloadFreeBSD-src-32ba549445120c823a6eaaf19b12edb2bc64b5d1.zip
FreeBSD-src-32ba549445120c823a6eaaf19b12edb2bc64b5d1.tar.gz
Do a small style(9) fix before I'm hacking the code itself.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index bded252..10f70d5 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;
OpenPOWER on IntegriCloud