From bbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9 Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox@samba.org>
Date: Wed, 13 Jun 2012 17:40:22 +0200
Subject: 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>
---
 source3/lib/filename_util.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'source3/lib')

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)
 {
-- 
cgit