From d7d2822a34e3f32fba0a52d6baacab2d2abaa993 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 6 Oct 1994 21:47:07 +0000 Subject: Formerly boot-start.c.~31~ --- libdiskfs/boot-start.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libdiskfs/boot-start.c') diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index 3dc878be..cbe1f871 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -324,6 +324,10 @@ diskfs_S_fsys_init (mach_port_t port, anything which might attempt to send an RPC to init. */ fsys_init_reply (reply, replytype, 0); + /* Allocate our reference here; _hurd_port_set will consume a reference + for the library itself. */ + mach_port_mod_refs (mach_task_self (), authhandle, MACH_PORT_RIGHT_SEND, 1); + _hurd_port_set (&_hurd_ports[INIT_PORT_PROC], procserver); _hurd_port_set (&_hurd_ports[INIT_PORT_AUTH], authhandle); -- cgit v1.2.3