From 0cf550c32aa0018ad834fc2d3cd90d9b2b146621 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 7 Jul 2004 19:18:31 +0000 Subject: r1383: sync from 3.0 tree --- source/smbd/msdfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/smbd/msdfs.c') diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c index c66f0477a84..6c132897f98 100644 --- a/source/smbd/msdfs.c +++ b/source/smbd/msdfs.c @@ -65,7 +65,7 @@ static BOOL parse_dfs_path(char* pathname, struct dfs_path* pdp) DEBUG(10,("parse_dfs_path: servicename: %s\n",pdp->servicename)); /* rest is reqpath */ - check_path_syntax(pdp->reqpath, p+1); + check_path_syntax(pdp->reqpath, p+1,True); DEBUG(10,("parse_dfs_path: rest of the path: %s\n",pdp->reqpath)); return True; @@ -111,7 +111,7 @@ static BOOL parse_processed_dfs_path(char* pathname, struct dfs_path* pdp) DEBUG(10,("parse_processed_dfs_path: servicename: %s\n",pdp->servicename)); /* rest is reqpath */ - check_path_syntax(pdp->reqpath, p+1); + check_path_syntax(pdp->reqpath, p+1,True); DEBUG(10,("parse_processed_dfs_path: rest of the path: %s\n",pdp->reqpath)); return True; -- cgit v1.2.1