mount.cifs: explicitly handle non AF_INET/AF_INET6 addresses
authorJeff Layton <jlayton@redhat.com>
Wed, 10 Jun 2009 13:00:21 +0000 (09:00 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 10 Jun 2009 13:00:21 +0000 (09:00 -0400)
commitddad58fc41b5ecd1056e444d28020ac1c036a71e
treef3b3dc894e5fbde8112dd4bb06091f64ba96d48f
parentad0d8032068fc9b920e205d3f5f923174101d777
mount.cifs: explicitly handle non AF_INET/AF_INET6 addresses

If we get a non-AF_INET(6) address, then just skip it and try the next
one in the list.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
client/mount.cifs.c