summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index c636cbcb5e3..2ebe2a10623 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -986,6 +986,8 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname)
DEBUG(2, ("check_reduced_name: Bad access "
"attempt: %s is a symlink outside the "
"share path\n", fname));
+ DEBUGADD(2, ("conn_rootdir =%s\n", conn_rootdir));
+ DEBUGADD(2, ("resolved_name=%s\n", resolved_name));
SAFE_FREE(resolved_name);
return NT_STATUS_ACCESS_DENIED;
}