We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b20f1 commit 3c294e0Copy full SHA for 3c294e0
src/descriptor.c
@@ -962,7 +962,7 @@ static int verify_thresh(ms_ctx *ctx, ms_node *node)
962
for (child = top->next; child; child = child->next) {
963
const uint32_t expected_type = count ? TYPE_W : TYPE_B;
964
965
- if (!child->builtin || (~child->type_properties & (expected_type | PROP_D | PROP_U)))
+ if (!child->builtin || (~child->type_properties & (expected_type | PROP_D)))
966
return WALLY_EINVAL;
967
968
if (~child->type_properties & PROP_E)
0 commit comments