summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbind_nss_aix.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-05-19 07:01:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:09 -0500
commite4a2cb4b9143394a54ae1de91e59722c11a0b2e4 (patch)
tree6cc39ce81555357a2f8caeaa0fb26c66d5106425 /source/nsswitch/winbind_nss_aix.c
parent6cfc65ea20793a72ff1666759bd4e8e446247071 (diff)
downloadsamba-e4a2cb4b9143394a54ae1de91e59722c11a0b2e4.tar.gz
samba-e4a2cb4b9143394a54ae1de91e59722c11a0b2e4.tar.xz
samba-e4a2cb4b9143394a54ae1de91e59722c11a0b2e4.zip
r15705: Fix bug number 3788. Thanks to Jeff Wright.
Volker
Diffstat (limited to 'source/nsswitch/winbind_nss_aix.c')
-rw-r--r--source/nsswitch/winbind_nss_aix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nsswitch/winbind_nss_aix.c b/source/nsswitch/winbind_nss_aix.c
index c5d98dad067..5b3aaeb8d77 100644
--- a/source/nsswitch/winbind_nss_aix.c
+++ b/source/nsswitch/winbind_nss_aix.c
@@ -360,6 +360,9 @@ static char *wb_aix_getgrset(char *user)
logit("getgrset '%s'\n", r_user);
+ ZERO_STRUCT(response);
+ ZERO_STRUCT(request);
+
STRCPY_RETNULL(request.data.username, r_user);
if (*user == WB_AIX_ENCODED) {