1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

s4:kdc: Remove trailing whitespace in wdc-samba4.c

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider
2022-03-07 13:15:08 +01:00
committed by Andrew Bartlett
parent 2380c7eab4
commit 1a28d97fef

View File

@ -875,7 +875,7 @@ static krb5_error_code samba_wdc_check_client_access(void *priv,
if (ret != 0) {
/*
* So we do not leak the allocated
* memory on kd in the error case
* memory on kd in the error case
*/
krb5_data_free(&kd);
}