diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ipa/ipa_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_access.c b/src/providers/ipa/ipa_access.c index 45f96c9b2..c66bb9c8b 100644 --- a/src/providers/ipa/ipa_access.c +++ b/src/providers/ipa/ipa_access.c @@ -176,7 +176,7 @@ static errno_t set_local_and_remote_host_info(TALLOC_CTX *mem_ctx, int ret; struct hbac_host_info *hhi; struct ldb_message_element *el; - TALLOC_CTX *tmp_ctx; + TALLOC_CTX *tmp_ctx = NULL; if (local_hostname == NULL || *local_hostname == '\0') { DEBUG(1, ("Missing local hostname.\n")); |