From c095ec02ff1a13bed5503a460eb6a8a39f03ade3 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 31 Oct 2023 12:21:26 +1300 Subject: [PATCH] =?UTF-8?q?s3:rpc=5Fclient:=20Add=20missing=20=E2=80=98bre?= =?UTF-8?q?ak=E2=80=99=20statement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/rpc_client/wsp_cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/rpc_client/wsp_cli.c b/source3/rpc_client/wsp_cli.c index 4745b694217..b21f55c86f0 100644 --- a/source3/rpc_client/wsp_cli.c +++ b/source3/rpc_client/wsp_cli.c @@ -1413,6 +1413,7 @@ static bool process_query_node(TALLOC_CTX *ctx, break; case eVALUE: process_value_node(ctx, crestriction, node); + break; default: break; }