aboutsummaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/init-loop.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libnetfs/init-loop.c b/libnetfs/init-loop.c
index bab4597c..20a18d8a 100644
--- a/libnetfs/init-loop.c
+++ b/libnetfs/init-loop.c
@@ -23,7 +23,6 @@
static int thread_timeout = 1000 * 60 * 2; /* two minutes */
static int server_timeout = 1000 * 60 * 10; /* ten minutes */
-
static any_t
master_thread_function (any_t foo __attribute__ ((unused)))
{
@@ -31,12 +30,12 @@ master_thread_function (any_t foo __attribute__ ((unused)))
do
{
- ports_manage_port_operations_multithread (diskfs_port_bucket,
- diskfs_demuxer,
+ ports_manage_port_operations_multithread (netfs_port_bucket,
+ netfs_demuxer,
thread_timeout,
server_timeout,
1, MACH_PORT_NULL);
- err = diskfs_shutdown (0);
+ err = netfs_shutdown (0);
}
while (err);