1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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>
This commit is contained in:
Michael Adam
2012-06-13 17:40:22 +02:00
committed by Stefan Metzmacher
parent b8e943e724
commit bbf519de37

View File

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