Revert "smack: tcp: ipv4, fix incorrect labeling"
This reverts commit 437f0f3baf
.
This commit is contained in:
parent
a34bd6102b
commit
ab40de29ea
1 changed files with 1 additions and 1 deletions
|
@ -4229,7 +4229,7 @@ static int smack_inet_conn_request(struct sock *sk, struct sk_buff *skb,
|
|||
rcu_read_unlock();
|
||||
|
||||
if (hskp == NULL)
|
||||
rc = netlbl_req_setattr(req, &ssp->smk_out->smk_netlabel);
|
||||
rc = netlbl_req_setattr(req, &skp->smk_netlabel);
|
||||
else
|
||||
netlbl_req_delattr(req);
|
||||
|
||||
|
|
Loading…
Reference in a new issue