Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298638
b: refs/heads/master
c: 2545e07
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Steve French committed Mar 31, 2012
1 parent f8d97a2 commit 05fb050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b2a3ad9ca502169fc4c11296fa20f56059c7c031
refs/heads/master: 2545e0720a5a4bf8ebccc6f793f97a246cf3f18d
3 changes: 1 addition & 2 deletions trunk/fs/cifs/netmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ cifs_convert_address(struct sockaddr *dst, const char *src, int len)
memcpy(scope_id, pct + 1, slen);
scope_id[slen] = '\0';

rc = strict_strtoul(scope_id, 0,
(unsigned long *)&s6->sin6_scope_id);
rc = kstrtouint(scope_id, 0, &s6->sin6_scope_id);
rc = (rc == 0) ? 1 : 0;
}

Expand Down

0 comments on commit 05fb050

Please sign in to comment.