]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:libwbclient: Fix bug 6349, initialize domain info struct
authorVolker Lendecke <vl@samba.org>
Sun, 30 Aug 2009 09:39:41 +0000 (11:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 2 Sep 2009 10:03:35 +0000 (12:03 +0200)
source/nsswitch/libwbclient/wbc_util.c

index b4868748aec9d108e1d1412e3ba4463052f0d5a4..77613e0aa008d3308857543b555def7082ee39af 100644 (file)
@@ -285,6 +285,8 @@ static wbcErr process_domain_info_string(TALLOC_CTX *ctx,
                BAIL_ON_WBC_ERROR(wbc_status);
        }
 
+       ZERO_STRUCTP(info);
+
        r = info_string;
 
        /* Short Name */