svn commit: samba r19291 - in branches/SAMBA_3_0/source: . libsmb

metze at samba.org metze at samba.org
Sun Oct 15 15:14:05 GMT 2006


Author: metze
Date: 2006-10-15 15:14:04 +0000 (Sun, 15 Oct 2006)
New Revision: 19291

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19291

Log:
this should fix the build on heimdal systems

metze
Modified:
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0/source/libsmb/clikrb5.c


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-10-15 14:47:25 UTC (rev 19290)
+++ branches/SAMBA_3_0/source/configure.in	2006-10-15 15:14:04 UTC (rev 19291)
@@ -3857,7 +3857,7 @@
 	use_ads=no
       fi
 
-      if test x"$ac_cv_func_ext_decode_krb5_ap_req" != x"yes"
+      if test x"$ac_cv_func_ext_krb5_decode_ap_req" != x"yes"
       then
 	AC_MSG_WARN(no KRB5_AP_REQ_DECODING_FUNCTION detected)
 	use_ads=no

Modified: branches/SAMBA_3_0/source/libsmb/clikrb5.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clikrb5.c	2006-10-15 14:47:25 UTC (rev 19290)
+++ branches/SAMBA_3_0/source/libsmb/clikrb5.c	2006-10-15 15:14:04 UTC (rev 19291)
@@ -955,7 +955,6 @@
 		*kvno = get_kvno_from_ap_req(&ap_req);
 		*enctype = get_enctype_from_ap_req(&ap_req);
 
-		smb_krb5_free_ap_req(context, &ap_req);
  		free_AP_REQ(ap_req);
  		return 0;
 	}



More information about the samba-cvs mailing list