Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69291
b: refs/heads/master
c: afde94f
h: refs/heads/master
i:
  69289: 4b1eff6
  69287: 1684344
v: v3
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Oct 9, 2007
1 parent 1615cff commit a128198
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: bf19aacecbeebccb2c3d150a8bd9416b7dba81fe
refs/heads/master: afde94f398b62c8596a8d0cbfc25798f0b52a371
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ struct rpc_clnt *rpc_create(struct rpc_create_args *args)
*/
if (args->servername == NULL) {
struct sockaddr_in *addr =
(struct sockaddr_in *) &args->address;
(struct sockaddr_in *) args->address;
snprintf(servername, sizeof(servername), NIPQUAD_FMT,
NIPQUAD(addr->sin_addr.s_addr));
args->servername = servername;
Expand Down

0 comments on commit a128198

Please sign in to comment.