From ea48314643fc8b0d94ffe5befe27f98099033db6 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 14 Nov 2006 14:49:34 +0000 Subject: [PATCH] r19702: pick Volker's coverity fix --- WHATSNEW.txt | 2 +- source/libads/ldap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index a169ab399b1..70808152c78 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ =============================== Release Notes for Samba 3.0.23d - Nov 13, 2006 + Nov 14, 2006 =============================== This is the latest stable release of Samba. This is the version diff --git a/source/libads/ldap.c b/source/libads/ldap.c index 707569b23e5..d4d97cf376b 100644 --- a/source/libads/ldap.c +++ b/source/libads/ldap.c @@ -1201,7 +1201,7 @@ char *ads_default_ou_string(ADS_STRUCT *ads, const char *wknguid) { ADS_STATUS status; void *res = NULL; - char *base, *wkn_dn, *ret = NULL, **wkn_dn_exp, **bind_dn_exp; + char *base, *wkn_dn = NULL, *ret = NULL, **wkn_dn_exp = NULL, **bind_dn_exp = NULL; const char *attrs[] = {"distinguishedName", NULL}; int new_ln, wkn_ln, bind_ln, i; -- 2.34.1