From 074af4b39d12312fc376e8d2f7bf84f0fd830874 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 15 May 2007 23:05:34 +0000 Subject: r22919: Fix build on Tru64. (This used to be commit a7d992545bf7422ec2dc45c402b45e7e068cec94) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 0c69dde7d6..26fdba0dfb 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); -- cgit