From 6fdb2be164be09d93e2b488d5ca81f6c3c7adb81 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 29 Jun 2000 04:02:23 +0000 Subject: [PATCH] (dologout): add #endif git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8483 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 1 + 1 file changed, 1 insertion(+) 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