Peter M. Groen
/
redox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7a8faedc11ef47e7366db6b162ebd70f2d1076d1
Authored by
Bryan Dallas
2015-09-01 11:07:08 -0400
1 parent
c3558a48
Added a notify for the exit waiter in the error condition.
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/client.cpp
src/client.cpp
View file @
7a8faed
...
...
@@ -282,6 +282,7 @@ void Redox::runEventLoop() {
282
282
}
283
283
284
284
running_waiter_.notify_one();
285
+ exit_waiter_.notify_one();
285
286
return;
286
287
}
287
288
}
...
...