MFI: Use krb5 functions in krb5 files.

Reviewed by:	markm
This commit is contained in:
John Hay 2000-03-03 20:31:58 +00:00
parent e6ae459351
commit 2216ad9c7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57741

View File

@ -240,7 +240,7 @@ krb5_init(void)
}
if (!cleanup_registered) {
fatal_add_cleanup(krb4_cleanup_proc, NULL);
fatal_add_cleanup(krb5_cleanup_proc, NULL);
cleanup_registered = 1;
}
return 0;