- Timestamp:
- 08/11/10 11:17:30 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 497b779
- Parents:
- 64d42de
- Location:
- modules/NRPEServer
- Files:
-
- 2 edited
-
NRPEServer.cpp (modified) (1 diff)
-
stdafx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEServer/NRPEServer.cpp
r294b37b r184d575 78 78 NSC_DEBUG_MSG_STD(_T("Allowed hosts: ") + allowedHosts.to_string()); 79 79 try { 80 81 boost::filesystem::wpath p = GET_CORE()->getBasePath() + std::wstring(_T("security/nrpe_dh_512.pem")); 82 info_.certificate = to_string(p.string()); 83 if (boost::filesystem::is_regular(p)) { 84 NSC_LOG_ERROR_STD(_T("Certificate not found: ") + p.string()); 85 } 80 86 info_.port = to_string(SETTINGS_GET_INT(nrpe::PORT)); 81 87 info_.address = to_string(SETTINGS_GET_STRING(nrpe::BINDADDR)); -
modules/NRPEServer/stdafx.h
r294b37b r184d575 37 37 #include <boost/tuple/tuple.hpp> 38 38 39 #include <boost/filesystem.hpp> 40 39 41 #ifdef USE_SSL 40 42 #include <boost/asio/ssl.hpp>
Note: See TracChangeset
for help on using the changeset viewer.








