diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/netlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netlabel.c b/security/selinux/netlabel.c index e8ee91ac12ef..89b418392f11 100644 --- a/security/selinux/netlabel.c +++ b/security/selinux/netlabel.c | |||
@@ -118,7 +118,7 @@ void selinux_netlbl_cache_invalidate(void) | |||
118 | void selinux_netlbl_sk_security_reset(struct sk_security_struct *ssec, | 118 | void selinux_netlbl_sk_security_reset(struct sk_security_struct *ssec, |
119 | int family) | 119 | int family) |
120 | { | 120 | { |
121 | if (family == PF_INET) | 121 | if (family == PF_INET) |
122 | ssec->nlbl_state = NLBL_REQUIRE; | 122 | ssec->nlbl_state = NLBL_REQUIRE; |
123 | else | 123 | else |
124 | ssec->nlbl_state = NLBL_UNSET; | 124 | ssec->nlbl_state = NLBL_UNSET; |