diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bounce.c b/bounce.c index 49ac1f2..3976836 100644 --- a/bounce.c +++ b/bounce.c @@ -418,7 +418,7 @@ int main(int argc, char *argv[]) { #ifdef __OpenBSD__ if (bindPath[0]) { - error = pledge("stdio rpath inet cpath unix recvfd", NULL); + error = pledge("stdio rpath cpath unix recvfd", NULL); } else { error = pledge("stdio rpath inet", NULL); } |