Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41805
b: refs/heads/master
c: c604e36
h: refs/heads/master
i:
  41803: 52d5eb0
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent d6687b2 commit 686b479
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2a6fd78adec062f16f8662563115679e669efaca
refs/heads/master: c604e368a477ed1f7dd532605a8f1990d2b128ee
4 changes: 2 additions & 2 deletions trunk/net/sctp/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_commo
if (primary && af->cmp_addr(addr, primary)) {
seq_printf(seq, "*");
}
af->seq_dump_addr(seq, addr);
af->seq_dump_addr(seq, &laddr->a);
}
}

Expand All @@ -185,7 +185,7 @@ static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_associa
if (af->cmp_addr(addr, primary)) {
seq_printf(seq, "*");
}
af->seq_dump_addr(seq, addr);
af->seq_dump_addr(seq, &transport->ipaddr);
}
}

Expand Down

0 comments on commit 686b479

Please sign in to comment.