From ef96f4b5edb55a17dbd9f970f1ad42dbc0f57615 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:21:54 +0000 Subject: Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG * pflocal.c (main): New args for ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise. --- pflocal/pflocal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pflocal/pflocal.c') 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 @@ -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); -- cgit v1.2.3