From: Michael Adam Date: Tue, 15 May 2007 23:05:34 +0000 (+0000) Subject: r22919: Fix build on Tru64. X-Git-Tag: samba-4.0.0alpha6~801^2~5866 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=074af4b39d12312fc376e8d2f7bf84f0fd830874;p=thirdparty%2Fsamba.git r22919: Fix build on Tru64. (This used to be commit a7d992545bf7422ec2dc45c402b45e7e068cec94) --- diff --git a/source3/configure.in b/source3/configure.in index 0c69dde7d66..26fdba0dfb0 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4052,7 +4052,7 @@ if test x"$with_ads_support" != x"no"; then AC_TRY_RUN_STRICT([ #include int main(void) { - krb5_context context; + krb5_context context = NULL; char *str = NULL; krb5_enctype_to_string(context, 1, &str); if (str) free (str);