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:
@ -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,
|
||||
|
Reference in New Issue
Block a user