1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:lib: elaborate the comment for fsp_str_debug a bit.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Michael Adam 2012-06-13 17:43:18 +02:00 committed by Stefan Metzmacher
parent bbf519de37
commit 0635af0a08

View File

@ -125,7 +125,7 @@ const char *smb_fname_str_dbg(const struct smb_filename *smb_fname)
}
/**
* Return a debug string using the talloc_tos().
* Return a debug string of the path name of an fsp using the talloc_tos().
*/
const char *fsp_str_dbg(const struct files_struct *fsp)
{