MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / GetConfigFile

Method GetConfigFile

src/log/proxy-log.hpp:317–320  ·  view source on GitHub ↗

* Retrieve the configuration/state file openvpn-service-logger is * configured to use. */

Source from the content-addressed store, hash-verified

315 * configured to use.
316 */
317 const std::string GetConfigFile() const
318 {
319 return logservice->GetProperty<std::string>(logtarget, "config_file");
320 }
321
322
323 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected