Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154368
b: refs/heads/master
c: 361ea1a
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Jun 15, 2009
1 parent 07a4023 commit ac05f17
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: 61f98ffd74254a95871168bd5a6646b4f3002e31
refs/heads/master: 361ea1ae5451040cd254eee0b6df64581080b2cc
2 changes: 1 addition & 1 deletion trunk/fs/cifs/netmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int
cifs_convert_address(char *src, void *dst)
{
struct sockaddr_in *s4 = (struct sockaddr_in *) dst;
struct sockaddr_in6 *s6 = (Struct sockaddr_in6 *) dst;
struct sockaddr_in6 *s6 = (struct sockaddr_in6 *) dst;

if (cifs_inet_pton(AF_INET, src, &s4->sin_addr.s_addr)) {
s4->sin_family = AF_INET;
Expand Down

0 comments on commit ac05f17

Please sign in to comment.