diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 00fcfa42..0be63288 100644 --- a/daemon/Daemon.cpp +++ b/daemon/Daemon.cpp @@ -467,7 +467,7 @@ namespace util std::string httpLang; i2p::config::GetOption("http.lang", httpLang); i2p::i18n::SetLanguage(httpLang); #ifdef __OpenBSD__ -#warning Pledge is runs after all initialization of route. Is potential vuln todo: fix it +#warning Pledge is started after all routines initialization. If it's potential vuln - fix it if(openbsd_pledge_enabled) init_pledge(); #endif