Author: obnox Date: 2007-05-15 23:05:34 +0000 (Tue, 15 May 2007) New Revision: 22919
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22919 Log: Fix build on Tru64. Modified: branches/SAMBA_3_0/source/configure.in Changeset: Modified: branches/SAMBA_3_0/source/configure.in =================================================================== --- branches/SAMBA_3_0/source/configure.in 2007-05-15 21:41:02 UTC (rev 22918) +++ branches/SAMBA_3_0/source/configure.in 2007-05-15 23:05:34 UTC (rev 22919) @@ -4052,7 +4052,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);
