--- smsdaemon/plugins/ShellExecPlugin.cpp 2008/06/16 06:46:56 85 +++ smsdaemon/plugins/ShellExecPlugin.cpp 2008/06/16 07:39:56 86 @@ -27,7 +27,7 @@ command += " "; command += parameters; } - int retval = ::system( command.c_str() ); + int retval = Util::my_system( command.c_str() ); std::string message; if (retval == -1)