diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index f221532824..8a21f47331 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1431,7 +1431,8 @@ static void store_current_dc_in_gencache(const char *domain_name, struct cli_state *cli) { char addr[INET6_ADDRSTRLEN]; - char *key, *value; + char *key = NULL; + char *value = NULL; if (cli == NULL) { return; |