summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2016-03-19 21:07:01 -0700
committerJeremy Allison <jra@samba.org>2016-03-25 02:23:55 +0100
commit8151ac21108374cd5b97cc22a81fe9097df8ee23 (patch)
tree5cb5205fc61590a543bcd32783fbc31e29b7099f /source3/torture
parent6ae59eb6d1d2b4a9f3a7c1094c18abe6594aace2 (diff)
downloadsamba-8151ac21108374cd5b97cc22a81fe9097df8ee23.tar.gz
s3: torture. Remove spurious lp_posix_pathnames() included by cut-and-paste error.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Mar 25 02:23:56 CET 2016 on sn-devel-144
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 349527fd43b..8b8dbe9debb 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -9158,7 +9158,7 @@ static NTSTATUS split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname,
sname = strchr_m(fname, ':');
- if (lp_posix_pathnames() || (sname == NULL)) {
+ if (sname == NULL) {
if (pbase != NULL) {
base = talloc_strdup(mem_ctx, fname);
NT_STATUS_HAVE_NO_MEMORY(base);