From: Volker Lendecke Date: Sun, 1 Nov 2020 08:58:23 +0000 (+0100) Subject: libsmb: Improve wording of a comment in cli_smb2_list X-Git-Tag: talloc-2.3.2~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0851afdffd1591eb71f3aa00158efbcb358ea5ed;p=thirdparty%2Fsamba.git libsmb: Improve wording of a comment in cli_smb2_list Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c index c19fc4d7d39..492bc4a5414 100644 --- a/source3/libsmb/cli_smb2_fnum.c +++ b/source3/libsmb/cli_smb2_fnum.c @@ -1422,9 +1422,9 @@ NTSTATUS cli_smb2_list(struct cli_state *cli, if (dir_check_ftype(finfo->attr, attribute)) { /* * Only process if attributes match. - * On SMB1 server does this, so on - * SMB2 we need to emulate in the - * client. + * SMB1 servers do the filtering, so + * with SMB2 we need to emulate it in + * the client. * * https://bugzilla.samba.org/show_bug.cgi?id=10260 */