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:
parent
d057118357
commit
8adc338566
@ -101,7 +101,6 @@ mac_init_sysv_msgqueue(struct msqid_kernel *msqkptr)
|
||||
{
|
||||
|
||||
msqkptr->label = mac_sysv_msgqueue_label_alloc();
|
||||
msqkptr->label = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user