summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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 <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);