Add return ok statement 77/87677/1 accepted/tizen/common/20160909.115052 accepted/tizen/ivi/20160909.122425 accepted/tizen/mobile/20160909.122331 accepted/tizen/tv/20160909.122348 accepted/tizen/wearable/20160909.122407 submit/tizen/20160909.060412
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 9 Sep 2016 05:54:21 +0000 (14:54 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 9 Sep 2016 05:54:21 +0000 (14:54 +0900)
Change-Id: I9d4f916f5c775c757a6d39eac47096c9fbce6c27
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/step/configuration/step_configure.cc

index 1e8f390..8ae7f9d 100644 (file)
@@ -160,6 +160,7 @@ Step::Status StepConfigure::precheck() {
       LOG(ERROR) << "App-installer should not run with superuser!";
       return Status::OPERATION_NOT_ALLOWED;
     }
+    return Status::OK;
   }
 
   boost::optional<uid_t> appfw_uid= GetUidByUserName(kAppFWUser);