aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5/context.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-01-06 20:48:22 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-06 20:48:22 +0000
commit6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch)
tree0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/krb5/context.c
parentd5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff)
Diffstat (limited to 'lib/krb5/context.c')
-rw-r--r--lib/krb5/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb5/context.c b/lib/krb5/context.c
index 5660f7f36b9b..58ed4761056f 100644
--- a/lib/krb5/context.c
+++ b/lib/krb5/context.c
@@ -101,7 +101,7 @@ init_context_from_config_file(krb5_context context)
krb5_error_code ret;
const char * tmp;
char **s;
- krb5_enctype *tmptypes;
+ krb5_enctype *tmptypes = NULL;
INIT_FIELD(context, time, max_skew, 5 * 60, "clockskew");
INIT_FIELD(context, time, kdc_timeout, 30, "kdc_timeout");