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);
