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
1d7e5b95d3
commit
6dcf0684c3
@ -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