Date: 01 Jun 1999 16:21:31 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: Masachika ISHIZUKA <ishizuka@ish.org> Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/11860: inetd is broken when kill -HUP Message-ID: <xzpso8c3st0.fsf@localhost.ping.uio.no> In-Reply-To: Masachika ISHIZUKA's message of "Tue, 25 May 1999 08:10:02 -0700 (PDT)" References: <199905251510.IAA98584@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Masachika ISHIZUKA <ishizuka@ish.org> writes: > --- inetd.c.org Mon May 24 19:16:14 1999 > +++ inetd.c Mon May 24 19:16:48 1999 > @@ -911,6 +911,7 @@ > SWAP(sep->se_class, new->se_class); > #endif > SWAP(sep->se_server, new->se_server); > + SWAP(sep->se_server_name, new->se_server_name); > for (i = 0; i < MAXARGV; i++) > SWAP(sep->se_argv[i], new->se_argv[i]); > sigsetmask(omask); This patch makes no perceptible difference to my test case. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpso8c3st0.fsf>