diff options
author | markd <markd> | 2006-02-12 19:13:49 +0000 |
---|---|---|
committer | markd <markd> | 2006-02-12 19:13:49 +0000 |
commit | a25c92166df1a4a92323828449857c2b7a3380e3 (patch) | |
tree | a6fe2f368a525579e2102dc5672ee0f6937f2810 /mail/dovecot/patches | |
parent | 5c77a394ba8b665d25792ca5dab30e8f5c5e9aae (diff) | |
download | pkgsrc-a25c92166df1a4a92323828449857c2b7a3380e3.tar.gz |
Add option to enable GSSAPI support and patch a bug in the GSSAPI code.
Diffstat (limited to 'mail/dovecot/patches')
-rw-r--r-- | mail/dovecot/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/dovecot/patches/patch-ae b/mail/dovecot/patches/patch-ae new file mode 100644 index 00000000000..45e56192f7c --- /dev/null +++ b/mail/dovecot/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2006/02/12 19:13:49 markd Exp $ + +--- src/auth/mech-gssapi.c.orig 2006-01-10 15:46:10.000000000 +1300 ++++ src/auth/mech-gssapi.c +@@ -138,7 +138,7 @@ static OM_uint32 obtain_service_credenti + return major_status; + } + +- gss_release_name(&minor_status, gss_principal); ++ gss_release_name(&minor_status, &gss_principal); + + return major_status; + } |