diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-30 11:39:41 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-30 11:40:59 +0200 |
commit | bb1f56a814c7a830adf9568fe2144861611de8e2 (patch) | |
tree | ca36aa89a90f70e6b40845414ef7c14ca515bfa7 /nsswitch | |
parent | 417927019856182c3bd09318def82a561ebc12a5 (diff) | |
download | samba-bb1f56a814c7a830adf9568fe2144861611de8e2.tar.gz samba-bb1f56a814c7a830adf9568fe2144861611de8e2.tar.bz2 samba-bb1f56a814c7a830adf9568fe2144861611de8e2.zip |
s3:libwbclient: Fix bug 6349, initialize domain info struct
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wbc_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c index 7f3b61bb25..24b5922c59 100644 --- a/nsswitch/libwbclient/wbc_util.c +++ b/nsswitch/libwbclient/wbc_util.c @@ -263,6 +263,8 @@ static wbcErr process_domain_info_string(TALLOC_CTX *ctx, BAIL_ON_WBC_ERROR(wbc_status); } + ZERO_STRUCTP(info); + r = info_string; /* Short Name */ |