summaryrefslogtreecommitdiff
path: root/pflocal/pflocal.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:21:54 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:21:54 +0000
commitef96f4b5edb55a17dbd9f970f1ad42dbc0f57615 (patch)
tree0d9eef8f0853cc4652e948553b5d337c293c9b27 /pflocal/pflocal.c
parent3d04a206b0238f89930bb5084683e75477eadcb2 (diff)
Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* pflocal.c (main): New args for ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise.
Diffstat (limited to 'pflocal/pflocal.c')
-rw-r--r--pflocal/pflocal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pflocal/pflocal.c b/pflocal/pflocal.c
index 27148bd6..e5af311c 100644
--- a/pflocal/pflocal.c
+++ b/pflocal/pflocal.c
@@ -1,6 +1,6 @@
/* A server for local sockets, of type PF_LOCAL
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -93,7 +93,7 @@ void main(int argc, char *argv[])
do
ports_manage_port_operations_multithread (pf_port_bucket,
pf_demuxer,
- 30*1000, 5*60*1000, 0, 0);
+ 30*1000, 5*60*1000, 0);
while (sock_global_shutdown () != 0);
exit(0);