summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/groupman.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-05-28 05:06:55 +0300
committerKamen Mazdrashki <kamenim@samba.org>2010-05-28 22:30:08 +0300
commit1118c7b0e4d311becfcc0d6e3c53405649526a2c (patch)
tree2ab22e89312beaf926daddaf4e972fab493c2762 /source4/torture/libnet/groupman.c
parent8e3a433f93618d6cadc58c19b54b9255acccec6e (diff)
downloadsamba-1118c7b0e4d311becfcc0d6e3c53405649526a2c.tar.gz
samba-1118c7b0e4d311becfcc0d6e3c53405649526a2c.tar.bz2
samba-1118c7b0e4d311becfcc0d6e3c53405649526a2c.zip
s4/test: change prototype for test_opendomain()
- name changed to test_domain_open to be more alike athore functions in utils.c file - output parameters moved to the end param list definition just after mem_ctx so it is somehow more clear those params are OUT
Diffstat (limited to 'source4/torture/libnet/groupman.c')
-rw-r--r--source4/torture/libnet/groupman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/libnet/groupman.c b/source4/torture/libnet/groupman.c
index 7788ee85c3..f44793ac82 100644
--- a/source4/torture/libnet/groupman.c
+++ b/source4/torture/libnet/groupman.c
@@ -72,7 +72,7 @@ bool torture_groupadd(struct torture_context *torture)
b = p->binding_handle;
domain_name.string = lp_workgroup(torture->lp_ctx);
- if (!test_opendomain(torture, b, mem_ctx, &h, &domain_name, &sid)) {
+ if (!test_domain_open(torture, b, &domain_name, mem_ctx, &h, &sid)) {
ret = false;
goto done;
}