rpcclient: Fix a comment
authorVolker Lendecke <vl@samba.org>
Sat, 28 Sep 2019 02:19:47 +0000 (19:19 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 3 Oct 2019 16:39:31 +0000 (16:39 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpcclient/cmd_samr.c

index f1dc0c2a5e5d8a9671f5477771a8a54f3cd6bcc1..cbcffa2532c9752d15c5a60030e03ae6d9234830 100644 (file)
@@ -1194,7 +1194,7 @@ static NTSTATUS cmd_samr_enum_domains(struct rpc_pipe_client *cli,
                goto done;
        }
 
-       /* Enumerate alias groups */
+       /* Enumerate domains */
 
        start_idx = 0;
        size = 0xffff;