summaryrefslogtreecommitdiff
path: root/source3/lib/filename_util.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-13 17:40:22 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-15 03:28:14 +0200
commitbbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9 (patch)
treebe8479dfeb2a25c3a50f805c1c752e79f016ab53 /source3/lib/filename_util.c
parentb8e943e7245e94601b54e0659db3d74d2a944a1f (diff)
downloadsamba-bbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9.tar.gz
samba-bbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9.tar.bz2
samba-bbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9.zip
s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/lib/filename_util.c')
-rw-r--r--source3/lib/filename_util.c3
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)
{