Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222771
b: refs/heads/master
c: ba03864
h: refs/heads/master
i:
  222769: 58f091e
  222767: 64709d5
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Nov 30, 2010
1 parent 3145c0e commit 4886125
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: 476428f8c3bb6679f8f52bf2b935ac40bc9c7358
refs/heads/master: ba03864872691c0bb580a7fb47388da337ef4aa2
2 changes: 1 addition & 1 deletion trunk/fs/cifs/dns_resolve.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dns_resolve_server_name_to_ip(const char *unc, char **ip_addr)
/* Search for server name delimiter */
sep = memchr(hostname, '\\', len);
if (sep)
len = sep - unc;
len = sep - hostname;
else
cFYI(1, "%s: probably server name is whole unc: %s",
__func__, unc);
Expand Down

0 comments on commit 4886125

Please sign in to comment.