We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8815f11 commit 481db48Copy full SHA for 481db48
1 file changed
lib/bundle.c
@@ -46,6 +46,7 @@ bundle_execute(const struct nx_action_bundle *nab, const struct flow *flow,
46
47
flow_hash = flow_hash_fields(flow, ntohs(nab->fields), ntohs(nab->basis));
48
best = -1;
49
+ best_hash = 0;
50
51
for (i = 0; i < ntohs(nab->n_slaves); i++) {
52
if (slave_enabled(bundle_get_slave(nab, i), aux)) {
0 commit comments