packages: nfs-utils/nfs-utils-heimdal_functions.patch - missing heimdal ifdef

baggins baggins at pld-linux.org
Wed Jul 1 23:11:42 CEST 2009


Author: baggins                      Date: Wed Jul  1 21:11:42 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- missing heimdal ifdef

---- Files affected:
packages/nfs-utils:
   nfs-utils-heimdal_functions.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/nfs-utils/nfs-utils-heimdal_functions.patch
diff -u packages/nfs-utils/nfs-utils-heimdal_functions.patch:1.2 packages/nfs-utils/nfs-utils-heimdal_functions.patch:1.3
--- packages/nfs-utils/nfs-utils-heimdal_functions.patch:1.2	Wed Jul  1 22:29:06 2009
+++ packages/nfs-utils/nfs-utils-heimdal_functions.patch	Wed Jul  1 23:11:37 2009
@@ -57,12 +57,15 @@
  	krb5_cc_set_flags(context, ccache,  KRB5_TC_OPENCLOSE);
  	krb5_cc_close(context, ccache);
  err_cache:
-@@ -1262,7 +1294,7 @@
+@@ -1262,7 +1294,11 @@
  	if (context != NULL) {
  		origmsg = krb5_get_error_message(context, code);
  		msg = strdup(origmsg);
--		krb5_free_error_message(context, origmsg);
++#ifdef HAVE_HEIMDAL
 +		krb5_free_error_string(context, origmsg);
++#else
+ 		krb5_free_error_message(context, origmsg);
++#endif
  	}
  #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.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list