diff options
author | Richard Sharpe <sharpe@samba.org> | 1998-10-09 06:47:22 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1998-10-09 06:47:22 +0000 |
commit | 4c2b041e78ccac4a71b368e6998644cab3140ff7 (patch) | |
tree | 8c6066c08d5aeaa477f9e54525f2d707f6e6c55d | |
parent | 6909350ed9b87875ee40191b2e636c6049749195 (diff) | |
download | samba-4c2b041e78ccac4a71b368e6998644cab3140ff7.tar.gz samba-4c2b041e78ccac4a71b368e6998644cab3140ff7.tar.bz2 samba-4c2b041e78ccac4a71b368e6998644cab3140ff7.zip |
Add a DEBUG to unix_convert
(This used to be commit ac61a102473c7f23938368f9bfea494cd56344a1)
-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) { |