summaryrefslogtreecommitdiff
path: root/pfinet/main.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:20:53 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:20:53 +0000
commitf0bef0ae114a10d778bc367019d509e4df03f0bd (patch)
tree591cf7c307354e78db632fba3a97e0348093ba94 /pfinet/main.c
parentda26a5a53d254994ba32486976e054f81ee5c8e9 (diff)
Wed Aug 20 14:05:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* main.c (main): New args for ports_manage_port_operations_multithread.
Diffstat (limited to 'pfinet/main.c')
-rw-r--r--pfinet/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c
index 661a09c9..eeb3d3ef 100644
--- a/pfinet/main.c
+++ b/pfinet/main.c
@@ -229,7 +229,7 @@ main (int argc,
/* Launch */
ports_manage_port_operations_multithread (pfinet_bucket,
pfinet_demuxer,
- 0, 0, 1, 0);
+ 0, 0, 0);
return 0;
}