diff options
author | Michael Adam <obnox@samba.org> | 2012-06-13 17:40:22 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-15 03:28:14 +0200 |
commit | bbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9 (patch) | |
tree | be8479dfeb2a25c3a50f805c1c752e79f016ab53 /source3 | |
parent | b8e943e7245e94601b54e0659db3d74d2a944a1f (diff) | |
download | samba-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')
-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) { |