--- smsdaemon/plugins/ListPlugin.cpp 2008/12/07 13:28:52 141 +++ smsdaemon/plugins/ListPlugin.cpp 2008/12/07 15:51:02 142 @@ -23,5 +23,5 @@ reply += (*it)->GetCommand() + "\n"; } - modem.SendSms(sms.sender, reply, true); + modem.SendSms(sms.GetSender(), reply, true); }