diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-02-03 20:45:58 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-02-03 20:45:59 +0000 |
commit | 564aeca94e18cd708f93619551e05b3d59d4abe2 (patch) | |
tree | 69e5717d8a8a4ad3ece04191bce25fed43492c58 /init/service.cpp | |
parent | 01b25ab14912712024d5342064c7b70de85e2db8 (diff) | |
parent | 2d0fdaaafc5d2925b8ef7708a950f6b599892b54 (diff) | |
download | system_core-564aeca94e18cd708f93619551e05b3d59d4abe2.tar.gz system_core-564aeca94e18cd708f93619551e05b3d59d4abe2.tar.bz2 system_core-564aeca94e18cd708f93619551e05b3d59d4abe2.zip |
Merge "init: clean up exec command"
Diffstat (limited to 'init/service.cpp')
-rw-r--r-- | init/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/service.cpp b/init/service.cpp index 0f7f62fe9..e186f27a8 100644 --- a/init/service.cpp +++ b/init/service.cpp @@ -997,7 +997,7 @@ bool ServiceManager::ReapOneProcess() { } if (svc->Reap()) { - waiting_for_exec = false; + stop_waiting_for_exec(); RemoveService(*svc); } |