From 4c2b041e78ccac4a71b368e6998644cab3140ff7 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 9 Oct 1998 06:47:22 +0000 Subject: Add a DEBUG to unix_convert (This used to be commit ac61a102473c7f23938368f9bfea494cd56344a1) --- source3/smbd/filename.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd/filename.c') 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) { -- cgit