From: Somin Kim Date: Mon, 4 Jul 2016 09:56:11 +0000 (+0900) Subject: Version 0.9.3 & Fix svace issue X-Git-Tag: accepted/tizen/common/20160705.170008^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adc31713357dc83563eba218b604ffce85878b26;p=platform%2Fcore%2Fapi%2Fcontext.git Version 0.9.3 & Fix svace issue Change-Id: Ie4ec5a33a54a0f1500a3e904133f74b5233e2ef8 Signed-off-by: Somin Kim --- diff --git a/packaging/context.spec b/packaging/context.spec index 4a9252d..f1d6dca 100644 --- a/packaging/context.spec +++ b/packaging/context.spec @@ -1,6 +1,6 @@ Name: context Summary: Tizen Context Framework Native API -Version: 0.9.2 +Version: 0.9.3 Release: 1 Group: Service/Context License: Apache-2.0 diff --git a/src/rule_validator.cpp b/src/rule_validator.cpp index e6b5859..a87cc27 100644 --- a/src/rule_validator.cpp +++ b/src/rule_validator.cpp @@ -197,7 +197,7 @@ bool ctx::rule_validator::check_option_string(std::string name, std::string key, } // b. normal case - bool ret; + bool ret = false; if (t_type == TYPE_STRING_STR) { ret = check_value_string(opt_tmpl, key, value); } else if (t_type == TYPE_ENUM_STR) {