mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libcli/auth/schannel_state_tdb.c - fix an obviously wrong error handling
This commit is contained in:
parent
48cdca0d47
commit
1deefcaee1
@ -340,7 +340,6 @@ NTSTATUS schannel_check_creds_state(TALLOC_CTX *mem_ctx,
|
||||
|
||||
ret = tdb_transaction_start(tdb_sc->tdb);
|
||||
if (ret != 0) {
|
||||
return NT_STATUS_INTERNAL_DB_CORRUPTION;
|
||||
status = NT_STATUS_INTERNAL_DB_CORRUPTION;
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user