From: Michael Adam Date: Tue, 15 May 2007 23:05:34 +0000 (+0000) Subject: r22919: Fix build on Tru64. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7d992545bf7422ec2dc45c402b45e7e068cec94;p=thirdparty%2Fsamba.git r22919: Fix build on Tru64. --- diff --git a/source/configure.in b/source/configure.in index 0c69dde7d66..26fdba0dfb0 100644 --- a/source/configure.in +++ b/source/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);