1
0
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:
Matthias Dieter Wallnöfer 2010-03-09 17:12:02 +01:00
parent 48cdca0d47
commit 1deefcaee1

View File

@ -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;
}