From adc31713357dc83563eba218b604ffce85878b26 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Mon, 4 Jul 2016 18:56:11 +0900 Subject: [PATCH] Version 0.9.3 & Fix svace issue Change-Id: Ie4ec5a33a54a0f1500a3e904133f74b5233e2ef8 Signed-off-by: Somin Kim --- packaging/context.spec | 2 +- src/rule_validator.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.7.4