summaryrefslogtreecommitdiff
path: root/security/sudo/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudo/patches/patch-ai')
-rw-r--r--security/sudo/patches/patch-ai16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/sudo/patches/patch-ai b/security/sudo/patches/patch-ai
deleted file mode 100644
index 84e6770b5a3..00000000000
--- a/security/sudo/patches/patch-ai
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ai,v 1.4 2008/03/11 15:52:51 taca Exp $
-
---- auth/kerb5.c.orig 2008-02-14 07:17:41.000000000 +0900
-+++ auth/kerb5.c
-@@ -220,11 +220,7 @@ kerb5_verify(pw, pass, auth)
-
- done:
- if (opts) {
--#ifdef HAVE_HEIMDAL
-- krb5_get_init_creds_opt_free(opts);
--#else
- krb5_get_init_creds_opt_free(sudo_context, opts);
--#endif
- }
- if (creds)
- krb5_free_cred_contents(sudo_context, creds);