auth: Simplify smb_krb5_send_to_kdc_state_destructor()
authorVolker Lendecke <vl@samba.org>
Mon, 12 Feb 2024 12:35:19 +0000 (13:35 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 12 Mar 2024 13:31:31 +0000 (13:31 +0000)
commitd393fd469365d64c4acde3c399a167123916c348
tree7a3ac13516ebca4762aef45742af274f09bfc3d9
parent7f5d5ddde1d8fa7674c352f049f49298d5169975
auth: Simplify smb_krb5_send_to_kdc_state_destructor()

Replace a call to dbwrap_fetch_locked() with the higherlevel
dbwrap_delete().

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/kerberos/krb5_init_context.c