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>
This commit is contained in:
rwatson 2005-02-24 16:08:41 +00:00
parent 1d7e5b95d3
commit 6dcf0684c3

View File

@ -101,7 +101,6 @@ mac_init_sysv_msgqueue(struct msqid_kernel *msqkptr)
{
msqkptr->label = mac_sysv_msgqueue_label_alloc();
msqkptr->label = NULL;
}
static void