mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
schannel: Fix an unused variable
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7615b2549d
commit
afcc7beea5
@ -284,7 +284,6 @@ NTSTATUS schannel_check_creds_state(TALLOC_CTX *mem_ctx,
|
||||
struct db_context *db_sc;
|
||||
struct netlogon_creds_CredentialState *creds;
|
||||
NTSTATUS status;
|
||||
int ret;
|
||||
char *name_upper = NULL;
|
||||
char *keystr = NULL;
|
||||
struct db_record *record;
|
||||
|
Loading…
Reference in New Issue
Block a user