diff options
Diffstat (limited to 'pfinet/main.c')
-rw-r--r-- | pfinet/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c index a0e149b3..0232dd66 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -188,7 +188,7 @@ main (int argc, init_devices (); init_time (); - + cthread_detach (cthread_fork (input_work_thread, 0)); inet_proto_init (0); arrange_shutdown_notification (); |