Set protection level to zero after reset.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4060 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-28 01:58:35 +00:00
parent 8a3bfa99a2
commit 87835efd8c

View File

@@ -499,6 +499,7 @@ void
krb4_quit(void)
{
auth_complete = 0;
data_prot = 0;
}
int krb4_write_enc(FILE *F, char *fmt, va_list ap)