diff options
-rw-r--r-- | libexec/ftp-proxy/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/util.c b/libexec/ftp-proxy/util.c index 0ab01fc9925..013fed8e140 100644 --- a/libexec/ftp-proxy/util.c +++ b/libexec/ftp-proxy/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.9 2002/06/09 01:03:12 beck Exp $ */ +/* $OpenBSD: util.c,v 1.10 2002/07/24 08:42:52 deraadt Exp $ */ /* * Copyright (c) 1996-2001 @@ -156,7 +156,7 @@ xfer_data(const char *what_read,int from_fd, int to_fd, struct in_addr from, if (ioctl(from_fd, SIOCATMARK, &mark) < 0) { xerrno = errno; syslog(LOG_ERR,"can't ioctl(SIOCATMARK) socket from %s (%m)", - what_read); + what_read); errno = xerrno; return(-1); } |