|
@@ -123,11 +123,11 @@ ipv4_connected:
|
|
|
goto out;
|
|
|
}
|
|
|
sk->sk_bound_dev_if = usin->sin6_scope_id;
|
|
|
- if (!sk->sk_bound_dev_if &&
|
|
|
- (addr_type & IPV6_ADDR_MULTICAST))
|
|
|
- fl.oif = np->mcast_oif;
|
|
|
}
|
|
|
|
|
|
+ if (!sk->sk_bound_dev_if && (addr_type & IPV6_ADDR_MULTICAST))
|
|
|
+ sk->sk_bound_dev_if = np->mcast_oif;
|
|
|
+
|
|
|
/* Connect to link-local address requires an interface */
|
|
|
if (!sk->sk_bound_dev_if) {
|
|
|
err = -EINVAL;
|