diff options
-rw-r--r-- | src/lib/krb5/krb/vfy_increds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/vfy_increds.c b/src/lib/krb5/krb/vfy_increds.c index 5fca70025..14acb0a44 100644 --- a/src/lib/krb5/krb/vfy_increds.c +++ b/src/lib/krb5/krb/vfy_increds.c @@ -317,7 +317,6 @@ cleanup: if (defkeytab != NULL) krb5_kt_close(context, defkeytab); - krb5_free_principal(context, server); free_princ_list(context, host_princs); return ret; |