1
0
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:
Günther Deschner 2009-06-04 21:14:25 +02:00
parent 9f94c40885
commit abbcd574db

View File

@ -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;
}