mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test.
Andrew, I think you wanted to print this instead. Guenther
This commit is contained in:
parent
9f94c40885
commit
abbcd574db
@ -6297,9 +6297,9 @@ static bool test_ManyObjects(struct dcerpc_pipe *p,
|
||||
"unexpected number of results returned in dispinfo call");
|
||||
#endif
|
||||
if (which_ops == TORTURE_SAMR_MANY_ACCOUNTS && num_enum != num_anounced + num_created) {
|
||||
torture_comment(tctx,
|
||||
"unexpected number of results (%u) returned in enum call, expected %u",
|
||||
num_enum != num_anounced + num_created);
|
||||
torture_comment(tctx,
|
||||
"unexpected number of results (%u) returned in enum call, expected %u\n",
|
||||
num_enum, num_anounced + num_created);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user