summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/groupinfo.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-29 00:46:44 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 00:46:44 +0100
commit9370dbfc49f1836f21e946f589c85a0d27ab49fa (patch)
tree72fe1ebf520507554186f0ba9c20a22eaf03efbc /source4/torture/libnet/groupinfo.c
parent7e045915205264efdd96d7e55a9e342c2748c93e (diff)
downloadsamba-9370dbfc49f1836f21e946f589c85a0d27ab49fa.tar.gz
samba-9370dbfc49f1836f21e946f589c85a0d27ab49fa.tar.bz2
samba-9370dbfc49f1836f21e946f589c85a0d27ab49fa.zip
Convert to new torture API.
(This used to be commit 40dffc177babec01c63fb717506fa86ff70a5b28)
Diffstat (limited to 'source4/torture/libnet/groupinfo.c')
-rw-r--r--source4/torture/libnet/groupinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/libnet/groupinfo.c b/source4/torture/libnet/groupinfo.c
index 55edb9d40d..4ddb1cefbe 100644
--- a/source4/torture/libnet/groupinfo.c
+++ b/source4/torture/libnet/groupinfo.c
@@ -96,7 +96,7 @@ bool torture_groupinfo(struct torture_context *torture)
/*
* Testing synchronous version
*/
- if (!test_opendomain(p, mem_ctx, &h, &name, &sid)) {
+ if (!test_opendomain(torture, p, mem_ctx, &h, &name, &sid)) {
ret = false;
goto done;
}