summaryrefslogtreecommitdiff
path: root/source4/script/tests/Samba3.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-04 12:23:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:47 -0500
commite3e505625d5da70078b925ab5605c1aed2411609 (patch)
tree1b9232520f9bb7ade9d73b15f5e3ff2b85f334da /source4/script/tests/Samba3.pm
parentb03d49bced3435f708a42ed809e56bd174dd466e (diff)
downloadsamba-e3e505625d5da70078b925ab5605c1aed2411609.tar.gz
samba-e3e505625d5da70078b925ab5605c1aed2411609.tar.bz2
samba-e3e505625d5da70078b925ab5605c1aed2411609.zip
r22074: More refactoring.
(This used to be commit b0e0c5cb94fc6d96dff9acd55ec632e3dd461b17)
Diffstat (limited to 'source4/script/tests/Samba3.pm')
-rw-r--r--source4/script/tests/Samba3.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/Samba3.pm b/source4/script/tests/Samba3.pm
index 0cde6e22c9..83604f29ab 100644
--- a/source4/script/tests/Samba3.pm
+++ b/source4/script/tests/Samba3.pm
@@ -121,9 +121,9 @@ sub stop($)
return $failed;
}
-sub setup_env($$)
+sub setup_env($$$)
{
- my ($self, $name) = @_;
+ my ($self, $name, $socket_wrapper_dir) = @_;
}
1;