Skip to content
Snippets Groups Projects
Commit a2032b77 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: fixed typo

parent aa4d5ec2
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ inline void Cancellation::push_disable() {
// the main thread is not registered, for instance
if (thread_states.find(myid) == thread_states.end())
thread_states[id] = thread_state();
thread_states[myid] = thread_state();
struct thread_state &state = thread_states[myid];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment