kdc: Remove trailing space from log message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Nico Williams

parent
cb69ce4382
commit
4a699f2450
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user