Skip to content

Commit

Permalink
conntrack: remove duplicated code
Browse files Browse the repository at this point in the history
Signed-off-by: Wei <realbaseball2008@gmail.com>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
  • Loading branch information
Grim-lock authored and ddiproietto committed Sep 22, 2016
1 parent ac7715c commit 9fbdf54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/conntrack.c
Expand Up @@ -315,7 +315,6 @@ conntrack_execute(struct conntrack *ct, struct dp_packet_batch *pkt_batch,
arr[arrcnt++].bucket = bucket;
} else {
ULLONG_SET1(arr[bucket_list[bucket]].maps, i);
arr[bucket_list[bucket]].maps |= 1UL << i;
}
}

Expand Down

0 comments on commit 9fbdf54

Please sign in to comment.