summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-11-01 09:58:23 +0100
committerJeremy Allison <jra@samba.org>2020-11-04 18:55:39 +0000
commit0851afdffd1591eb71f3aa00158efbcb358ea5ed (patch)
tree453ab2e408bcaaec7a5c79aa56a04ffacffdb605
parentf901691209867b32c2d7c5c9274eee196f541654 (diff)
downloadsamba-0851afdffd1591eb71f3aa00158efbcb358ea5ed.tar.gz
libsmb: Improve wording of a comment in cli_smb2_list
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/libsmb/cli_smb2_fnum.c6
1 files changed, 3 insertions, 3 deletions
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
*/