diff options
-rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index ff4d682747..d311d56b99 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -343,6 +343,8 @@ BOOL unix_convert(char *name,connection_struct *conn,char *saved_last_component, extern char magic_char; #endif + DEBUG(5, ("unix_convert called on file \"%s\"\n", name)); + *dirpath = 0; *bad_path = False; if(pst) { |