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

metze at samba.org metze at samba.org
Tue Oct 17 15:57:01 GMT 2006


Author: metze
Date: 2006-10-17 15:57:00 +0000 (Tue, 17 Oct 2006)
New Revision: 19374

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

Log:
fix the build with heimdal

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


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clikrb5.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clikrb5.c	2006-10-17 14:54:47 UTC (rev 19373)
+++ branches/SAMBA_3_0/source/libsmb/clikrb5.c	2006-10-17 15:57:00 UTC (rev 19374)
@@ -955,7 +955,7 @@
 		*kvno = get_kvno_from_ap_req(&ap_req);
 		*enctype = get_enctype_from_ap_req(&ap_req);
 
- 		free_AP_REQ(ap_req);
+ 		free_AP_REQ(&ap_req);
  		return 0;
 	}
 #endif



More information about the samba-cvs mailing list