summaryrefslogtreecommitdiff
path: root/libnetfs/init-loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs/init-loop.c')
-rw-r--r--libnetfs/init-loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/init-loop.c b/libnetfs/init-loop.c
index 921b3924..08bdcd18 100644
--- a/libnetfs/init-loop.c
+++ b/libnetfs/init-loop.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -34,7 +34,7 @@ netfs_server_loop ()
netfs_demuxer,
thread_timeout,
server_timeout,
- 1, MACH_PORT_NULL);
+ 0);
err = netfs_shutdown (0);
}
while (err);