Changeset 438998b in nscp for modules/NRPEClient/NRPEClient.cpp
- Timestamp:
- 08/22/11 10:30:36 (22 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- bd18eb2
- Parents:
- fe75eff
- File:
-
- 1 edited
-
modules/NRPEClient/NRPEClient.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEClient/NRPEClient.cpp
rfe75eff r438998b 110 110 111 111 settings.alias().add_path_to_settings() 112 // (_T("EXTERNAL SCRIPT SECTION"), _T("Section for external scripts configuration options (CheckExternalScripts)."))113 112 114 113 (_T("handlers"), sh::fun_values_path(boost::bind(&NRPEClient::add_command, this, _1, _2)), … … 238 237 239 238 int NRPEClient::commandLineExec(const std::wstring &command, std::list<std::wstring> &arguments, std::wstring &result) { 240 if (command != _T("query ") && command != _T("help"))239 if (command != _T("query_nrpe") && command != _T("help")) 241 240 return NSCAPI::returnIgnored; 242 241 try {
Note: See TracChangeset
for help on using the changeset viewer.








