summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_sysv_msg.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-02-24 16:08:41 +0000
committerrwatson <rwatson@FreeBSD.org>2005-02-24 16:08:41 +0000
commit6dcf0684c3043439d042d3d2fb729f21b4523655 (patch)
tree2ea50530a24e4c7c040041a199d7fe67a6757317 /sys/security/mac/mac_sysv_msg.c
parent1d7e5b95d305fc347d169b9f5adff43f9910e147 (diff)
downloadFreeBSD-src-6dcf0684c3043439d042d3d2fb729f21b4523655.zip
FreeBSD-src-6dcf0684c3043439d042d3d2fb729f21b4523655.tar.gz
Remove an accidental clearing of the new label pointer on a system V
message queue, which was introduced during the merge process. Submitted by: Andrew Reisse <areisse at nailabs dot com>
Diffstat (limited to 'sys/security/mac/mac_sysv_msg.c')
-rw-r--r--sys/security/mac/mac_sysv_msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/mac/mac_sysv_msg.c b/sys/security/mac/mac_sysv_msg.c
index 5e6174b..d2ab15a 100644
--- a/sys/security/mac/mac_sysv_msg.c
+++ b/sys/security/mac/mac_sysv_msg.c
@@ -101,7 +101,6 @@ mac_init_sysv_msgqueue(struct msqid_kernel *msqkptr)
{
msqkptr->label = mac_sysv_msgqueue_label_alloc();
- msqkptr->label = NULL;
}
static void
OpenPOWER on IntegriCloud