diff options
Diffstat (limited to 'net/ipv4/af_inet.c')
-rw-r--r-- | net/ipv4/af_inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index 5abee4c97449..d87362178588 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c | |||
@@ -375,6 +375,7 @@ lookup_protocol: | |||
375 | inet->uc_ttl = -1; | 375 | inet->uc_ttl = -1; |
376 | inet->mc_loop = 1; | 376 | inet->mc_loop = 1; |
377 | inet->mc_ttl = 1; | 377 | inet->mc_ttl = 1; |
378 | inet->mc_all = 1; | ||
378 | inet->mc_index = 0; | 379 | inet->mc_index = 0; |
379 | inet->mc_list = NULL; | 380 | inet->mc_list = NULL; |
380 | 381 | ||