Changeset ba63b95 in nscp for service/NSClient++.cpp
- Timestamp:
- 01/13/12 06:52:23 (17 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 35254d1
- Parents:
- 7354aa1
- File:
-
- 1 edited
-
service/NSClient++.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
service/NSClient++.cpp
ra87ce04 rba63b95 1178 1178 int exec_helper(NSClientT::plugin_type plugin, std::wstring command, std::vector<std::wstring> arguments, std::string request, std::list<std::string> *responses) { 1179 1179 std::string response; 1180 if (!plugin || !plugin->has_command_line_exec()) 1181 return -1; 1180 1182 int ret = plugin->commandLineExec(command.c_str(), request, response); 1181 1183 if (ret != NSCAPI::returnIgnored && !response.empty())
Note: See TracChangeset
for help on using the changeset viewer.








