1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-28 09:49:30 +03:00

Fix "warning: 'cmd' may be used uninitialized in this function"

Jeremy.
(This used to be commit 58b0f022ff)
This commit is contained in:
Jeremy Allison
2008-02-14 18:16:09 -08:00
parent 4754c2bafe
commit 4737a35ac8

View File

@ -334,6 +334,9 @@ wbcErr wbcAuthenticateUserEx(const struct wbcAuthUserParams *params,
request.data.auth_crap.nt_resp_len);
break;
default:
wbc_status = WBC_ERR_INVALID_PARAM;
BAIL_ON_WBC_ERROR(wbc_status);
}
wbc_status = wbcRequestResponse(cmd,