summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/plugin.c b/src/lib/krb5/krb/plugin.c
index 059e00b99..53616a0c1 100644
--- a/src/lib/krb5/krb/plugin.c
+++ b/src/lib/krb5/krb/plugin.c
@@ -346,7 +346,7 @@ load_if_needed(krb5_context context, struct plugin_mapping *map,
const char *iname)
{
char *symname = NULL;
- struct plugin_file_handle *handle;
+ struct plugin_file_handle *handle = NULL;
void (*initvt_fn)();
if (map->module != NULL || map->dyn_path == NULL)