mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s4:torture/rpc: add missing \n in comments
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
84b0d1f967
commit
d9d670713b
@ -2963,10 +2963,10 @@ static bool test_CreateTrustedDomainEx_common(struct dcerpc_pipe *p,
|
||||
trustinfo.trust_type != 3) {
|
||||
|
||||
if (torture_setting_bool(tctx, "samba3", false)) {
|
||||
torture_comment(tctx, "skipping trusted domain auth tests against samba3");
|
||||
torture_comment(tctx, "skipping trusted domain auth tests against samba3\n");
|
||||
} else if (ex2_call == false &&
|
||||
torture_setting_bool(tctx, "samba4", false)) {
|
||||
torture_comment(tctx, "skipping CreateTrustedDomainEx trusted domain auth tests against samba4");
|
||||
torture_comment(tctx, "skipping CreateTrustedDomainEx trusted domain auth tests against samba4\n");
|
||||
|
||||
} else {
|
||||
if (check_dom_trust_pw(p, tctx, trust_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user