s3: torture. Remove spurious lp_posix_pathnames() included by cut-and-paste error.
[samba.git] / source3 / torture / torture.c
index 349527fd43b826d21b52d44978c14882e2039014..8b8dbe9debb94127f610314ac10183b0a22f35e3 100644 (file)
@@ -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);