From 841efce8b5e931a7ec910afb7d0d8b6a123c6900 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 10 Jul 2009 15:35:08 -0700 Subject: s3: Separate out a new file: filename_utils.c This is to ease the linking pain of everything that links LOCKING_OBJ --- source3/smbd/files.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/smbd/files.c') diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 8bd914bf0d..a170f774fe 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -592,15 +592,6 @@ NTSTATUS dup_file_fsp(struct smb_request *req, files_struct *from, return fsp_set_smb_fname(to, from->fsp_name); } -/** - * Return a debug string using the debug_ctx(). This can only be called from - * DEBUG() macros due to the debut_ctx(). - */ -const char *fsp_str_dbg(const struct files_struct *fsp) -{ - return smb_fname_str_dbg(fsp->fsp_name); -} - /** * The only way that the fsp->fsp_name field should ever be set. */ -- cgit