--- smsdaemon/main.cpp 2008/12/08 21:49:49 158 +++ smsdaemon/main.cpp 2008/12/09 21:44:15 168 @@ -32,7 +32,7 @@ Common* cmn = Common::instance(); ConfigFile* config = cmn->GetConfigfile(); - port = new SerialPort ( config->GetValue("smsdaemon","serialport") ); + port = new SerialPort ( config->GetValue("gsmmodem","serialport") ); try { port->Open( SerialPort::BAUD_9600,