Loading net/netfilter/xt_limit.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -112,7 +112,7 @@ static bool limit_mt_check(const struct xt_mtchk_param *par) priv = kmalloc(sizeof(*priv), GFP_KERNEL); priv = kmalloc(sizeof(*priv), GFP_KERNEL); if (priv == NULL) if (priv == NULL) return -ENOMEM; return false; /* For SMP, we only want to use one set of state. */ /* For SMP, we only want to use one set of state. */ r->master = priv; r->master = priv; Loading Loading
net/netfilter/xt_limit.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -112,7 +112,7 @@ static bool limit_mt_check(const struct xt_mtchk_param *par) priv = kmalloc(sizeof(*priv), GFP_KERNEL); priv = kmalloc(sizeof(*priv), GFP_KERNEL); if (priv == NULL) if (priv == NULL) return -ENOMEM; return false; /* For SMP, we only want to use one set of state. */ /* For SMP, we only want to use one set of state. */ r->master = priv; r->master = priv; Loading