kdb_samba: Fix build with 1.11. krb5-1.11-kdb_samba
authorAndreas Schneider <asn@samba.org>
Fri, 9 May 2014 12:16:39 +0000 (14:16 +0200)
committerAndreas Schneider <asn@samba.org>
Fri, 9 May 2014 12:16:39 +0000 (14:16 +0200)
src/plugins/kdb/samba/kdb_samba.c

index d3142a53819467bdd8c1d3de4beb740f17e0ca83..d5cad6827c632ce6350aaf15055976605584dc73 100644 (file)
@@ -109,7 +109,7 @@ ks_load_samba_module(krb5_context context,
 
 done:
     /* TODO: free libobj ? */
-    k5_free_error(&errinfo, NULL);
+    krb5int_free_error(&errinfo, NULL);
     return code;
 }