summaryrefslogtreecommitdiff
path: root/src/core/wee-network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-network.c')
-rw-r--r--src/core/wee-network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-network.c b/src/core/wee-network.c
index 15d7bbb8c..ae03d5ca3 100644
--- a/src/core/wee-network.c
+++ b/src/core/wee-network.c
@@ -897,7 +897,7 @@ network_connect_with_fork (struct t_hook *hook_connect)
any suggestion is welcome to improve that!
*/
network_connect_child (hook_connect);
- network_connect_child_read_cb (hook_connect);
+ network_connect_child_read_cb (hook_connect, 0);
#else
switch (pid = fork ())
{