MFI: Use krb5 functions in krb5 files.
Reviewed by: markm
This commit is contained in:
parent
e6ae459351
commit
2216ad9c7e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user