1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

s4:kdc: Remove double-free

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-05-09 16:21:51 +12:00
committed by Andrew Bartlett
parent 96a64b0522
commit 8f7f55da1e

View File

@ -3345,7 +3345,6 @@ krb5_error_code samba_kdc_check_s4u2proxy_rbcd(
&server_name);
if (code != 0) {
DBG_ERR("Unable to parse server_principal!\n");
SAFE_FREE(client_name);
goto out;
}