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