]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/dccp/ipv4.c
[NET_SCHED]: Propagate nla_parse return value
[karo-tx-linux.git] / net / dccp / ipv4.c
index f450df2fc86374d72b88c4e9860b1020e3c2a8bf..9e38b0d6195ce637355762471cb988e8ea4527fa 100644 (file)
@@ -469,7 +469,7 @@ static struct dst_entry* dccp_v4_route_skb(struct sock *sk,
                          };
 
        security_skb_classify_flow(skb, &fl);
-       if (ip_route_output_flow(&rt, &fl, sk, 0)) {
+       if (ip_route_output_flow(&init_net, &rt, &fl, sk, 0)) {
                IP_INC_STATS_BH(IPSTATS_MIB_OUTNOROUTES);
                return NULL;
        }