Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25843
b: refs/heads/master
c: 3d9dd75
h: refs/heads/master
i:
  25841: 7694357
  25839: e3e9459
v: v3
  • Loading branch information
Zach Brown authored and David S. Miller committed Apr 14, 2006
1 parent 80246be commit 765ed04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 08d099974a09faf4cb11ffc46da87073fa132fc0
refs/heads/master: 3d9dd7564d5d7c28eb87b14c13a23806484667f3
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ int ip_append_data(struct sock *sk,
* because we have no idea what fragment will be
* the last.
*/
if (datalen == length)
if (datalen == length + fraggap)
alloclen += rt->u.dst.trailer_len;

if (transhdrlen) {
Expand Down

0 comments on commit 765ed04

Please sign in to comment.