mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Fix "warning: 'cmd' may be used uninitialized in this function"
Jeremy. (This used to be commit 58b0f022ffce7fda531f6f8ea7392a963e8ec0c5)
This commit is contained in:
parent
4754c2bafe
commit
4737a35ac8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user