Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(724)

Unified Diff: terminator.cc

Issue 5245002: AU: Exit with status 1 through the Terminator. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | terminator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: terminator.cc
diff --git a/terminator.cc b/terminator.cc
index 9165afb0479bd837c41c031d803dcabc27a808a1..abf57c8a2979793c2e832b3e484f98600fdc857c 100644
--- a/terminator.cc
+++ b/terminator.cc
@@ -18,7 +18,7 @@ void Terminator::Init() {
}
void Terminator::Exit() {
- exit(0);
+ exit(1);
}
void Terminator::HandleSignal(int signum) {
« no previous file with comments | « no previous file | terminator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698