Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255328
b: refs/heads/master
c: b136410
h: refs/heads/master
v: v3
  • Loading branch information
Michio Honda authored and David S. Miller committed Jun 2, 2011
1 parent 2b75d66 commit 4747c73
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: 40d69043fce579378eb185d31445b6ff66abbd93
refs/heads/master: b1364104e37c9d8cf437746ba5f5dfedcc0bc132
2 changes: 1 addition & 1 deletion trunk/net/sctp/sm_make_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ static __be16 sctp_process_asconf_param(struct sctp_association *asoc,
* an Error Cause TLV set to the new error code 'Request to
* Delete Source IP Address'
*/
if (sctp_cmp_addr_exact(sctp_source(asconf), &addr))
if (sctp_cmp_addr_exact(&asconf->source, &addr))
return SCTP_ERROR_DEL_SRC_IP;

/* Section 4.2.2
Expand Down

0 comments on commit 4747c73

Please sign in to comment.