Add a DEBUG to unix_convert
authorRichard Sharpe <sharpe@samba.org>
Fri, 9 Oct 1998 06:47:22 +0000 (06:47 +0000)
committerRichard Sharpe <sharpe@samba.org>
Fri, 9 Oct 1998 06:47:22 +0000 (06:47 +0000)
source/smbd/filename.c

index ff4d6827477ebba8f7b0267b340b89e010613b2f..d311d56b99f685560eee5f083c0e2cff34a4efb0 100644 (file)
@@ -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) {