Chromium Code Reviews| Index: src/trusted/service_runtime/nacl_secure_service.c |
| =================================================================== |
| --- src/trusted/service_runtime/nacl_secure_service.c (revision 10072) |
| +++ src/trusted/service_runtime/nacl_secure_service.c (working copy) |
| @@ -101,7 +101,7 @@ |
| } |
| if (0 == --self->conn_count) { |
| NaClLog(4, "NaClSecureServiceThread: all channels closed, exiting.\n"); |
|
bsy
2012/10/23 17:42:35
please add a comment for why this is needed, since
halyavin
2012/10/23 18:42:42
I added a comment.
|
| - NaClExit(0); |
| + NaClReportExitStatus(self->nap, 0); |
| } |
| NaClXMutexUnlock(&self->mu); |
| } |