summaryrefslogtreecommitdiffstats
path: root/source/msdfs/msdfs.c
diff options
context:
space:
mode:
authorShirish Kalele <kalele@samba.org>2001-08-21 17:02:09 +0000
committerShirish Kalele <kalele@samba.org>2001-08-21 17:02:09 +0000
commita3de3b0a64e2666e6281762a29cc564670948e8c (patch)
tree85d7e7530b695ab5c88867ac48a7c05f3f559778 /source/msdfs/msdfs.c
parent0c253792887f477907bbb25e4f7f2076e409cfdb (diff)
downloadsamba-a3de3b0a64e2666e6281762a29cc564670948e8c.tar.gz
samba-a3de3b0a64e2666e6281762a29cc564670948e8c.tar.xz
samba-a3de3b0a64e2666e6281762a29cc564670948e8c.zip
Correcting a debug message.
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);