Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201782
b: refs/heads/master
c: cff6b8a
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Eric Van Hensbergen committed Aug 2, 2010
1 parent 699420a commit 2f71f3e
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: b126468e08d92aaeffa58ef04d70e417241dadc1
refs/heads/master: cff6b8a9b81b404e8ce0257b26007c3afe625212
2 changes: 1 addition & 1 deletion trunk/net/9p/trans_fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ p9_fd_create_unix(struct p9_client *client, const char *addr, char *args)

csocket = NULL;

if (strlen(addr) > UNIX_PATH_MAX) {
if (strlen(addr) >= UNIX_PATH_MAX) {
P9_EPRINTK(KERN_ERR, "p9_trans_unix: address too long: %s\n",
addr);
return -ENAMETOOLONG;
Expand Down

0 comments on commit 2f71f3e

Please sign in to comment.