mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Update 9c214a and 438a9a1
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -162,8 +162,7 @@ int Process::getParam(const char* parameter, char* value)
|
||||
|
||||
if ((fp = fopen(configPath.c_str(), "r")) == NULL)
|
||||
{
|
||||
WRITELOG("No config file:[%s]\n", configPath.c_str());
|
||||
return -1;
|
||||
throw Exception("No config file:[" + configPath + "]\n");
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
||||
Reference in New Issue
Block a user