SIOCGIFMTU not found

This commit is contained in:
Charlie Root
2026-07-26 18:43:02 +00:00
parent e7ded52c2d
commit 78de81ce93
+1 -1
View File
@@ -467,7 +467,7 @@ namespace util
std::string httpLang; i2p::config::GetOption("http.lang", httpLang);
i2p::i18n::SetLanguage(httpLang);
#ifdef __OpenBSD__
#warning Pledge is started after all routines initialization. If it's potential vuln - fix it
//SIOCGIFMTU is not found, SOCK DGRAM not found
if(openbsd_pledge_enabled) init_pledge();
#endif