kdc: Remove trailing space from log message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-04-26 16:55:34 +12:00
committed by Nico Williams
parent cb69ce4382
commit 4a699f2450

View File

@@ -397,7 +397,7 @@ validate_constrained_delegation(astgs_request_t r)
"Failed to decrypt constrained delegation ticket"); "Failed to decrypt constrained delegation ticket");
kdc_log(r->context, r->config, 4, kdc_log(r->context, r->config, 4,
"failed to decrypt ticket for " "failed to decrypt ticket for "
"constrained delegation from %s to %s ", r->cname, r->sname); "constrained delegation from %s to %s", r->cname, r->sname);
goto out; goto out;
} }