svn commit: samba r22927 - in branches/SAMBA_3_0_26/source: .

obnox at samba.org obnox at samba.org
Wed May 16 08:22:00 GMT 2007


Author: obnox
Date: 2007-05-16 08:21:59 +0000 (Wed, 16 May 2007)
New Revision: 22927

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

Log:
Fix Tru64 build (krb5 detection code)
Modified:
   branches/SAMBA_3_0_26/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0_26/source/configure.in
===================================================================
--- branches/SAMBA_3_0_26/source/configure.in	2007-05-16 01:49:33 UTC (rev 22926)
+++ branches/SAMBA_3_0_26/source/configure.in	2007-05-16 08:21:59 UTC (rev 22927)
@@ -3930,7 +3930,7 @@
 	AC_TRY_RUN_STRICT([
 		#include <krb5.h>
 		int main(void) {
-			krb5_context context;
+			krb5_context context = NULL;
 			char *str = NULL;
 			krb5_enctype_to_string(context, 1, &str);
 			if (str) free (str); 



More information about the samba-cvs mailing list