diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-12-18 08:54:59 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-12-18 13:31:41 +0100 |
commit | 0df30367306c5babf4787abc254cddb10aaff8c7 (patch) | |
tree | 11e2a7332f899e8ac02e8eebf9a1a19b8d471a61 /source4/torture/raw | |
parent | 79351f75fee425fc4dd2f2d6dacd32908aa133b4 (diff) | |
download | samba-0df30367306c5babf4787abc254cddb10aaff8c7.tar.gz samba-0df30367306c5babf4787abc254cddb10aaff8c7.tar.bz2 samba-0df30367306c5babf4787abc254cddb10aaff8c7.zip |
RAW-CHKPATH: not every server behaves like samba3...
metze
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/chkpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/chkpath.c b/source4/torture/raw/chkpath.c index b66839b997..a39993489b 100644 --- a/source4/torture/raw/chkpath.c +++ b/source4/torture/raw/chkpath.c @@ -306,7 +306,7 @@ static bool test_chkpath_names(struct smbcli_state *cli, struct torture_context case '?':/*0x3F*/ case '|':/*0x7C*/ if (i == '/' && - torture_setting_bool(tctx, "samba3", true)) { + torture_setting_bool(tctx, "samba3", false)) { /* samba 3 handles '/' as '\\' */ break; } |