From 6f49b445048b23690a4ac4a4468ee1e998635b18 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 28 Nov 1997 01:45:31 +0000 Subject: [PATCH] Remove auth-state on lost peer. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4058 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/appl/ftp/ftp/main.c b/appl/ftp/ftp/main.c index e04722cf2..d1dfcaf0b 100644 --- a/appl/ftp/ftp/main.c +++ b/appl/ftp/ftp/main.c @@ -174,6 +174,7 @@ lostpeer(int sig) } proxflag = 0; pswitch(0); + krb4_quit(); SIGRETURN(0); }