mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 23:46:51 +01:00
@@ -216,7 +216,7 @@ void Gateway::initialize(int argc, char** argv)
|
|||||||
{
|
{
|
||||||
if (getParam("PredefinedTopicFile", param) == 0)
|
if (getParam("PredefinedTopicFile", param) == 0)
|
||||||
{
|
{
|
||||||
fileName =*getConfigDirName() + string(param);
|
fileName = string(param);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user