Initial Contribution
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142 Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
This commit is contained in:
@@ -3350,9 +3350,9 @@ int tcp_nuke_addr(struct net *net, struct sockaddr *addr)
|
||||
int family = addr->sa_family;
|
||||
unsigned int bucket;
|
||||
|
||||
struct in_addr *in;
|
||||
struct in_addr *in = NULL;
|
||||
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
|
||||
struct in6_addr *in6;
|
||||
struct in6_addr *in6 = NULL;
|
||||
#endif
|
||||
if (family == AF_INET) {
|
||||
in = &((struct sockaddr_in *)addr)->sin_addr;
|
||||
|
||||
Reference in New Issue
Block a user