Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194943
b: refs/heads/master
c: 9e56c21
h: refs/heads/master
i:
  194941: 99436db
  194939: a0efc0e
  194935: 2d84c36
  194927: a7729db
  194911: efcfc0b
  194879: c03937e
  194815: d885444
v: v3
  • Loading branch information
Herbert Xu authored and Patrick McHardy committed Apr 8, 2010
1 parent 24e0954 commit dd0cb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d91c1a848c812e0e66e7e57f076667822cb460e
refs/heads/master: 9e56c21486f2a64473f36fa49475fd253422fbf6
3 changes: 1 addition & 2 deletions trunk/net/ipv4/netfilter/ip_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ ipq_build_packet_message(struct nf_queue_entry *entry, int *errp)
break;

case IPQ_COPY_PACKET:
if ((entry->skb->ip_summed == CHECKSUM_PARTIAL ||
entry->skb->ip_summed == CHECKSUM_COMPLETE) &&
if (entry->skb->ip_summed == CHECKSUM_PARTIAL &&
(*errp = skb_checksum_help(entry->skb))) {
read_unlock_bh(&queue_lock);
return NULL;
Expand Down

0 comments on commit dd0cb95

Please sign in to comment.