summaryrefslogtreecommitdiffstats
path: root/source/msdfs/msdfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/msdfs/msdfs.c')
-rw-r--r--source/msdfs/msdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/msdfs/msdfs.c b/source/msdfs/msdfs.c
index 54a8ff3bef9..9b4993aa460 100644
--- a/source/msdfs/msdfs.c
+++ b/source/msdfs/msdfs.c
@@ -338,7 +338,7 @@ BOOL dfs_findfirst_redirect(char* pathname, connection_struct* conn)
}
parse_dfs_path(pathname,&dp);
- DEBUG(8,("dfs_findfirst_redirect: path %s is in Dfs. dp.restofthepath=.%s.\n",
+ DEBUG(8,("dfs_findfirst_redirect: path %s is in Dfs. dp.reqpath=.%s.\n",
pathname,dp.reqpath));
if(!(*(dp.reqpath))) {
create_nondfs_path(pathname,&dp);