fix ticket mutex
This commit is contained in:
parent
662efed15a
commit
5ff3cd91d7
@ -138,7 +138,7 @@ Unlock(Mut* mut)
|
||||
TicketMut
|
||||
CreateTicketMut()
|
||||
{
|
||||
return TicketMut(ticket: 0, next_ticket: 1);
|
||||
return TicketMut(ticket: 0, next_ticket: 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user