mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-14 07:11:02 +00:00
not helps with sonya MTU error
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ namespace util
|
||||
LogPrint(eLogDebug, "Use default pledge values");
|
||||
// TODO: remove that not need
|
||||
// proc used in daemonunix, flock used in daemonunix, unix using
|
||||
pledge("stdio rpath wpath cpath inet dns unix recvfd sendfd proc error mcast chown flock pf route wroute",nullptr);
|
||||
pledge("stdio rpath wpath cpath inet dns unix recvfd sendfd proc error mcast chown flock",nullptr);
|
||||
} else {
|
||||
std::ifstream f(pledge_file);
|
||||
if(!f) {
|
||||
|
||||
Reference in New Issue
Block a user