mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
winbind: Fix CID 1456624 Uninitialized scalar variable
Coverity does not get that for (rc!=0) gnutls_error_to_ntstatus() never returns NT_STATUS_OK Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
d034e839df
commit
33d4d48271
@ -1738,7 +1738,7 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(
|
||||
NTSTATUS result;
|
||||
uint8_t authoritative = 0;
|
||||
uint32_t flags = 0;
|
||||
uint16_t validation_level;
|
||||
uint16_t validation_level = 0;
|
||||
union netr_Validation *validation = NULL;
|
||||
struct netr_SamBaseInfo *base_info = NULL;
|
||||
bool ok;
|
||||
|
Loading…
x
Reference in New Issue
Block a user