Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97104
b: refs/heads/master
c: d71a4dd
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed May 18, 2008
1 parent ff56426 commit 915a0e7
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: 88dd0be3874566796fa4ffbdf927a53c4a6a2f4b
refs/heads/master: d71a4dd72e67210ae0767ccae69c79f1c933ff64
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/svcauth_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,15 @@ static int ip_map_show(struct seq_file *m,
dom = im->m_client->h.name;

if (ipv6_addr_v4mapped(&addr)) {
seq_printf(m, "%s" NIPQUAD_FMT "%s\n",
seq_printf(m, "%s " NIPQUAD_FMT " %s\n",
im->m_class,
ntohl(addr.s6_addr32[3]) >> 24 & 0xff,
ntohl(addr.s6_addr32[3]) >> 16 & 0xff,
ntohl(addr.s6_addr32[3]) >> 8 & 0xff,
ntohl(addr.s6_addr32[3]) >> 0 & 0xff,
dom);
} else {
seq_printf(m, "%s" NIP6_FMT "%s\n",
seq_printf(m, "%s " NIP6_FMT " %s\n",
im->m_class, NIP6(addr), dom);
}
return 0;
Expand Down

0 comments on commit 915a0e7

Please sign in to comment.