--- smsdaemon/plugins/HostStatusPlugin.cpp 2008/12/07 13:28:52 141 +++ smsdaemon/plugins/HostStatusPlugin.cpp 2008/12/07 15:51:02 142 @@ -25,6 +25,6 @@ Util::my_system("df -h | grep dev | awk '{ print $6 \" \" $5}'", &out); message += out; - modem.SendSms(sms.sender, message, true); + modem.SendSms(sms.GetSender(), message, true); }