s3:rpc_client: Add missing ‘break’ statement
[gd/samba-autobuild/.git] / 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;
        }