Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121678
b: refs/heads/master
c: e0db4a7
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 3, 2008
1 parent f6f45d5 commit 43f827f
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: 20971a0afb8bc0eeb6865ceadd435e4a2dba0fd7
refs/heads/master: e0db4a786bbd73145b4feb45c75d49b6e60fe72c
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/xprtsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static void xs_format_ipv4_peer_addresses(struct rpc_xprt *xprt,

buf = kzalloc(20, GFP_KERNEL);
if (buf) {
snprintf(buf, 20, "pI4", &addr->sin_addr.s_addr);
snprintf(buf, 20, "%pI4", &addr->sin_addr.s_addr);
}
xprt->address_strings[RPC_DISPLAY_ADDR] = buf;

Expand Down

0 comments on commit 43f827f

Please sign in to comment.