r22919: Fix build on Tru64.
authorMichael Adam <obnox@samba.org>
Tue, 15 May 2007 23:05:34 +0000 (23:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:08 +0000 (12:22 -0500)
(This used to be commit a7d992545bf7422ec2dc45c402b45e7e068cec94)

source3/configure.in

index 0c69dde7d6635992b4aba5d10a3a1d6113eaca50..26fdba0dfb0dab7bf50a2ba607bed0f81889639b 100644 (file)
@@ -4052,7 +4052,7 @@ if test x"$with_ads_support" != x"no"; then
        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);