]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- no point hacking heimdal, just fix it here
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 1 Jul 2009 20:29:06 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfs-utils-heimdal_functions.patch -> 1.2

nfs-utils-heimdal_functions.patch

index 8c2f2eb889c6c59c1da33eaaa84759019c478bee..52a2cf81cf8d5f28cb479fed5ebb9f4a6f0a1906 100644 (file)
        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)
This page took 0.125762 seconds and 4 git commands to generate.