diff options
author | Günther Deschner <gd@samba.org> | 2009-06-04 21:14:25 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-04 21:18:14 +0200 |
commit | abbcd574db6ac7a94856801f83b2ade971a6a396 (patch) | |
tree | 053a968b3fc412e48baa2eca7cc359f37efc3a00 /source4/torture | |
parent | 9f94c408851505a5eb2d5fbf4b0ac37ff0b0e037 (diff) | |
download | samba-abbcd574db6ac7a94856801f83b2ade971a6a396.tar.gz samba-abbcd574db6ac7a94856801f83b2ade971a6a396.tar.bz2 samba-abbcd574db6ac7a94856801f83b2ade971a6a396.zip |
s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test.
Andrew, I think you wanted to print this instead.
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/samr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 2e78c65784..f9eb294eeb 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -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; } |