remove left-overs of keytab handling

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9893 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-10 16:04:27 +00:00
parent 6a9b8dd878
commit 5bb7e47989

View File

@@ -107,7 +107,6 @@ static struct getargs args[] = {
static int num_args = sizeof(args) / sizeof(args[0]);
krb5_context context;
krb5_keytab keytab;
static int
help(int argc, char **argv)
@@ -147,6 +146,5 @@ main(int argc, char **argv)
ret = sl_command(cmds, argc, argv);
if(ret == -1)
krb5_warnx (context, "unrecognized command: %s", argv[0]);
krb5_kt_close(context, keytab);
return ret;
}