From 8151ac21108374cd5b97cc22a81fe9097df8ee23 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 19 Mar 2016 21:07:01 -0700 Subject: s3: torture. Remove spurious lp_posix_pathnames() included by cut-and-paste error. Signed-off-by: Jeremy Allison Reviewed-by: Uri Simchoni Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Mar 25 02:23:56 CET 2016 on sn-devel-144 --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') 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); -- cgit v1.2.1