summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifp_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/ifp/ifp_cache.c')
-rw-r--r--src/responder/ifp/ifp_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/responder/ifp/ifp_cache.c b/src/responder/ifp/ifp_cache.c
index 9bf7ed7e7..a109ac05d 100644
--- a/src/responder/ifp/ifp_cache.c
+++ b/src/responder/ifp/ifp_cache.c
@@ -34,7 +34,7 @@ ifp_cache_build_base_dn(TALLOC_CTX *mem_ctx,
enum ifp_cache_type type,
struct sss_domain_info *domain)
{
- struct ldb_dn *base_dn;
+ struct ldb_dn *base_dn = NULL;
switch (type) {
case IFP_CACHE_USER:
@@ -54,7 +54,7 @@ ifp_cache_build_path(TALLOC_CTX *mem_ctx,
struct sss_domain_info *domain,
struct ldb_message *msg)
{
- char *path;
+ char *path = NULL;
switch (type) {
case IFP_CACHE_USER: