Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65086
b: refs/heads/master
c: 9db619e
h: refs/heads/master
v: v3
  • Loading branch information
Wolfgang Walter authored and Linus Torvalds committed Sep 20, 2007
1 parent 4879c70 commit 94dd948
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f685ddaf0fc9b9f53eb9346c858664776becf5d9
refs/heads/master: 9db619e66503494e41159de3c76fafabe80d016b
3 changes: 2 additions & 1 deletion trunk/net/sunrpc/svcsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,8 @@ svc_tcp_accept(struct svc_sock *svsk)
serv->sv_name);
printk(KERN_NOTICE
"%s: last TCP connect from %s\n",
serv->sv_name, buf);
serv->sv_name, __svc_print_addr(sin,
buf, sizeof(buf)));
}
/*
* Always select the oldest socket. It's not fair,
Expand Down

0 comments on commit 94dd948

Please sign in to comment.