Skip to content

Commit

Permalink
[CIFS] Fix build break
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Jun 15, 2009
1 parent 61f98ff commit 361ea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 361ea1a

Please sign in to comment.