diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 81b57ea52..b42b148d2 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -1847,6 +1847,7 @@ dologout(int status) ftpd_logwtmp(ttyline, "", ""); #ifdef KRB4 cond_kdestroy(); +#endif } /* beware of flushing buffers after a SIGPIPE */ #ifdef XXX