aboutsummaryrefslogtreecommitdiff
path: root/src/krb524/k524init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb524/k524init.c')
-rw-r--r--src/krb524/k524init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/krb524/k524init.c b/src/krb524/k524init.c
index 746fbb9..9a98820 100644
--- a/src/krb524/k524init.c
+++ b/src/krb524/k524init.c
@@ -37,7 +37,6 @@
#endif
#include <krb.h>
-#include "krb524.h"
extern int optind;
extern char *optarg;
@@ -92,8 +91,6 @@ int main(argc, argv)
exit(1);
}
- krb524_init_ets(context);
-
if ((code = krb5_cc_default(context, &cc))) {
com_err(prog, code, "opening default credentials cache");
exit(1);
@@ -152,7 +149,7 @@ int main(argc, argv)
exit(1);
}
- if ((code = krb524_convert_creds_kdc(context, v5creds, &v4creds))) {
+ if ((code = krb5_524_convert_creds(context, v5creds, &v4creds))) {
com_err(prog, code, "converting to V4 credentials");
exit(1);
}