From 658b78a04811eb4d14ab66c74bc42c0bbc7aba99 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Sep 2024 13:37:13 +0200 Subject: [PATCH] rpc_server: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Noel Power --- source3/rpc_server/rpc_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2