From e282b893e72ff54dde23f4fdb6f3b934a612ee13 Mon Sep 17 00:00:00 2001 From: John Grossman Date: Mon, 29 Aug 2011 13:06:41 -0700 Subject: [PATCH] Reintroduce a line of code which disappeared during reformatting. Reintroduce a line of code which went missing during a global reformat for style reasons. Change-Id: I6ddc2f5b9ed6a272e79f28cb80227fd71675eb01 --- services/aah_timesrv/aah_timesrv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/aah_timesrv/aah_timesrv.cpp b/services/aah_timesrv/aah_timesrv.cpp index 81073004f6c36..451a7513e995b 100644 --- a/services/aah_timesrv/aah_timesrv.cpp +++ b/services/aah_timesrv/aah_timesrv.cpp @@ -1091,6 +1091,7 @@ int main(int argc, char *argv[]) { using namespace android; sp service = new AAHTimeService(); + if (service == NULL) return 1; ProcessState::self()->startThreadPool();