diff options
author | Tim Prouty <tprouty@samba.org> | 2009-11-25 14:26:18 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-12-01 11:12:51 -0800 |
commit | 5a934fd8da61196d829a601a85b9871b226239d4 (patch) | |
tree | 047a99804c3581ebe4966304758663945dfe9971 | |
parent | 66bf780e6edac110b85d2a0d08d01274fe7417bd (diff) | |
download | samba-5a934fd8da61196d829a601a85b9871b226239d4.tar.gz samba-5a934fd8da61196d829a601a85b9871b226239d4.tar.bz2 samba-5a934fd8da61196d829a601a85b9871b226239d4.zip |
Revert "s4 torture: Allow onefs to be checked like samba3 and samba4"
This reverts commit 98f595036e196dd61340fef0faf63ca762a25307.
No longer necessary
-rw-r--r-- | source4/torture/smbtorture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 51d82ae3df..b9ed52111a 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -535,7 +535,6 @@ int main(int argc,char *argv[]) "0x00010000"); } else if (strcmp(target, "onefs") == 0) { lp_set_cmdline(cmdline_lp_ctx, "torture:sacl_support", "false"); - lp_set_cmdline(cmdline_lp_ctx, "torture:onefs", "true"); } if (max_runtime) { |