summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 63056645cd..5f0e296a04 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -2473,7 +2473,7 @@ BOOL ads_check_sfu_mapping(ADS_STRUCT *ads)
BOOL ret = False;
TALLOC_CTX *ctx = NULL;
const char *gidnumber, *uidnumber, *homedir, *shell, *gecos;
- char *schema_path;
+ char *schema_path = NULL;
ADS_STRUCT *ads_s = ads;
ADS_STATUS status;