]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_server: Fix a comment
authorVolker Lendecke <vl@samba.org>
Sat, 14 Sep 2024 11:37:13 +0000 (13:37 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 20 Sep 2024 17:13:37 +0000 (17:13 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
source3/rpc_server/rpc_host.c

index 7784261cf8b77256645da5aff831f3b01458781a..dfc29fad342c1e6b88ab4db8e43653eff3a4fbd2 100644 (file)
@@ -186,7 +186,7 @@ struct rpc_work_process {
 struct rpc_server {
        struct rpc_host *host;
        /*
-        * Index into the rpc_host_state->servers array
+        * Index into the rpc_host->servers array
         */
        uint32_t server_index;