From e3ab1437d389995e035e32d00f770aa411ab668e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 12 Jun 1996 20:05:11 +0000 Subject: (S_startup_request_notification): Fill NT->name correctly. --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init.c b/init/init.c index d6109a33..e6443942 100644 --- a/init/init.c +++ b/init/init.c @@ -895,7 +895,7 @@ S_startup_request_notification (mach_port_t server, nt->next = ntfy_tasks; ntfy_tasks = nt; nt->name = malloc (strlen (name) + 1); - strcpy (nt->name, nt->name); + strcpy (nt->name, name); return 0; } -- cgit v1.2.3