Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167138
b: refs/heads/master
c: f4373bf
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Trond Myklebust committed Oct 6, 2009
1 parent 7891771 commit 78e7fad
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: bcd2ea17da6a329a7276cde7286d802f009af332
refs/heads/master: f4373bf9e67e4a653c8854acd7b02dac9714c98a
2 changes: 1 addition & 1 deletion trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ static int nfs4_init_client(struct nfs_client *clp,
1, flags & NFS_MOUNT_NORESVPORT);
if (error < 0)
goto error;
memcpy(clp->cl_ipaddr, ip_addr, sizeof(clp->cl_ipaddr));
strlcpy(clp->cl_ipaddr, ip_addr, sizeof(clp->cl_ipaddr));

error = nfs_idmap_new(clp);
if (error < 0) {
Expand Down

0 comments on commit 78e7fad

Please sign in to comment.