tjr 2004/05/12 22:36:38 PDT FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Handle variable argument lists correctly in reply() and lreply(). In particular, do not pass the same va_list to both vprintf() and vsyslog() without first reinitializing it. This fixes ftpd -d on amd64. Revision Changes Path 1.154 +8 -2 src/libexec/ftpd/ftpd.c