s3:rpc_client: Add missing ‘break’ statement
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 30 Oct 2023 23:21:26 +0000 (12:21 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Nov 2023 03:08:37 +0000 (03:08 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/wsp_cli.c

index 4745b6942178d0f53a6900b0d07bb8316a5e2aa0..b21f55c86f0924d3517e4f33eb52f1e10801e3aa 100644 (file)
@@ -1413,6 +1413,7 @@ static bool process_query_node(TALLOC_CTX *ctx,
                        break;
                case eVALUE:
                        process_value_node(ctx, crestriction, node);
+                       break;
                default:
                        break;
        }