Apply missing return
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 4 Jan 2018 07:52:16 +0000 (16:52 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:38 +0000 (19:38 +0900)
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
src/d2d-subowner/d2ds-subowner.c

index 421d39c47718b4ad66fa97e7ae72bfc7e9ba6cc0..31c03d2f20d0da6c33b29fee8e58e5da9eedb526 100644 (file)
@@ -460,7 +460,7 @@ static int _init_provision_client(void)
        ret = OCConfigSelfOwnership();
        if (OC_STACK_OK != ret ) {
                D2DS_LOGE( "OCConfigSelfOwnership() error = [%d][%s]", ret, _error_to_string(ret));
-               //return ret;
+               return ret;
        }
 
        ret = OCInitPM(data_dir);