Change-Id: I0bd14456de4e8b54e1753dfa8be2cf8d0b1b5217
/*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2017-2020 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
return false;
m_logic = logic;
-
- if (!m_cynara) {
- return CYNARA_API_SUCCESS == cynara_agent_initialize(&m_cynara, Config::AgentName);
- }
- return false;
+ return CYNARA_API_SUCCESS == cynara_agent_initialize(&m_cynara, Config::AgentName);
}
void Agent::exitLoop() {