diff options
Diffstat (limited to 'src/ptunnel.c')
-rw-r--r-- | src/ptunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptunnel.c b/src/ptunnel.c index 6b2b815..b8a3df2 100644 --- a/src/ptunnel.c +++ b/src/ptunnel.c @@ -56,7 +56,7 @@ int main(int argc, char ** argv) init_logging("ptunnel-ng"); - if (psock_init(&sock, 16, 1500) != 0) { + if (psock_init(&sock, 16) != 0) { logger(1, "%s", "Socket initialization failed"); ret++; goto failure; |