aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-16 03:17:30 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-16 03:17:30 +0000
commit5d9d409ca98274d86d65b5a9ee3d8015cd06fe43 (patch)
treeb64d8fa15c272567f2bcad61e04e8fd9682cf8f8
parent6b1bb559587ebda7c3f441df965b57b91781fc43 (diff)
Notes
-rw-r--r--sys/security/mac/mac_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac/mac_net.c b/sys/security/mac/mac_net.c
index 79503930c0d28..5773b4e9d4e4e 100644
--- a/sys/security/mac/mac_net.c
+++ b/sys/security/mac/mac_net.c
@@ -234,7 +234,7 @@ mac_socket_label_alloc(int flag)
if (error) {
MAC_PERFORM(destroy_socket_label, label);
mac_labelzone_free(label);
- return (NULL);
+ return (NULL);
}
MAC_DEBUG_COUNTER_INC(&nmacsockets);
return (label);
@@ -254,7 +254,7 @@ mac_socket_peer_label_alloc(int flag)
if (error) {
MAC_PERFORM(destroy_socket_peer_label, label);
mac_labelzone_free(label);
- return (NULL);
+ return (NULL);
}
MAC_DEBUG_COUNTER_INC(&nmacsockets);
return (label);