Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78223
b: refs/heads/master
c: f53dc67
h: refs/heads/master
i:
  78221: 9d8c0ba
  78219: 7a05fc2
  78215: 7f12b26
  78207: 794646b
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 28, 2008
1 parent 06941ee commit 61f4a50
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: 276f2edc52e309b38a216245952e05880e182c83
refs/heads/master: f53dc67c5e7babafe239b93a11678b0e05bead51
2 changes: 1 addition & 1 deletion trunk/net/dccp/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code)
* FIXME: what if rebuild_header fails?
* Should we be doing a rebuild_header here?
*/
int err = inet_sk_rebuild_header(sk);
int err = inet_csk(sk)->icsk_af_ops->rebuild_header(sk);

if (err != 0)
return err;
Expand Down

0 comments on commit 61f4a50

Please sign in to comment.