Index: nsswitch/wbinfo.c =================================================================== --- nsswitch/wbinfo.c (revision 11279) +++ nsswitch/wbinfo.c (working copy) @@ -117,6 +117,7 @@ NSS_STATUS result; int i; + ZERO_STRUCT(request); ZERO_STRUCT(response); /* Send request */ @@ -146,6 +147,7 @@ int i; const char *s; + ZERO_STRUCT(request); ZERO_STRUCT(response); /* Send request */ @@ -173,6 +175,7 @@ struct winbindd_response response; NSS_STATUS result; + ZERO_STRUCT(request); ZERO_STRUCT(response); /* Send request */