diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/filename_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index 85d9fb5a86..803b218a0a 100644 --- a/source3/lib/filename_util.c +++ b/source3/lib/filename_util.c @@ -125,8 +125,7 @@ const char *smb_fname_str_dbg(const struct smb_filename *smb_fname) } /** - * Return a debug string using the talloc_tos(). This can only be called from - * DEBUG() macros due to the debut_ctx(). + * Return a debug string using the talloc_tos(). */ const char *fsp_str_dbg(const struct files_struct *fsp) { |