From: Volker Lendecke Date: Sat, 14 Sep 2024 11:37:13 +0000 (+0200) Subject: rpc_server: Fix a comment X-Git-Tag: tdb-1.4.13~1195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=658b78a04811eb4d14ab66c74bc42c0bbc7aba99;p=thirdparty%2Fsamba.git rpc_server: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Noel Power --- diff --git a/source3/rpc_server/rpc_host.c b/source3/rpc_server/rpc_host.c index 7784261cf8b..dfc29fad342 100644 --- a/source3/rpc_server/rpc_host.c +++ b/source3/rpc_server/rpc_host.c @@ -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;