packages: nfs-utils/nfs-utils-heimdal_functions.patch - no point hacking he...
baggins
baggins at pld-linux.org
Wed Jul 1 22:29:11 CEST 2009
Author: baggins Date: Wed Jul 1 20:29:11 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- no point hacking heimdal, just fix it here
---- Files affected:
packages/nfs-utils:
nfs-utils-heimdal_functions.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/nfs-utils/nfs-utils-heimdal_functions.patch
diff -u packages/nfs-utils/nfs-utils-heimdal_functions.patch:1.1 packages/nfs-utils/nfs-utils-heimdal_functions.patch:1.2
--- packages/nfs-utils/nfs-utils-heimdal_functions.patch:1.1 Tue Jun 30 16:39:47 2009
+++ packages/nfs-utils/nfs-utils-heimdal_functions.patch Wed Jul 1 22:29:06 2009
@@ -57,3 +57,12 @@
krb5_cc_set_flags(context, ccache, KRB5_TC_OPENCLOSE);
krb5_cc_close(context, ccache);
err_cache:
+@@ -1262,7 +1294,7 @@
+ if (context != NULL) {
+ origmsg = krb5_get_error_message(context, code);
+ msg = strdup(origmsg);
+- krb5_free_error_message(context, origmsg);
++ krb5_free_error_string(context, origmsg);
+ }
+ #endif
+ if (msg != NULL)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nfs-utils/nfs-utils-heimdal_functions.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list