libsmb: Improve wording of a comment in cli_smb2_list
authorVolker Lendecke <vl@samba.org>
Sun, 1 Nov 2020 08:58:23 +0000 (09:58 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 4 Nov 2020 18:55:39 +0000 (18:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/cli_smb2_fnum.c

index c19fc4d7d39bd266788a0def42a7479a339f2622..492bc4a54145151172dbafdc7c783d456b530414 100644 (file)
@@ -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
                                 */