Fix typo.

This commit is contained in:
mycroft 1997-03-13 18:39:50 +00:00
parent 51fa5e9be7
commit a68a078f3e
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: inetd.c,v 1.28 1997/03/13 18:36:37 mycroft Exp $ */ /* $NetBSD: inetd.c,v 1.29 1997/03/13 18:39:50 mycroft Exp $ */
/* /*
* Copyright (c) 1983, 1991, 1993, 1994 * Copyright (c) 1983, 1991, 1993, 1994
@ -43,7 +43,7 @@ static char copyright[] =
#if 0 #if 0
static char sccsid[] = "@(#)inetd.c 8.4 (Berkeley) 4/13/94"; static char sccsid[] = "@(#)inetd.c 8.4 (Berkeley) 4/13/94";
#else #else
static char rcsid[] = "$NetBSD: inetd.c,v 1.28 1997/03/13 18:36:37 mycroft Exp $"; static char rcsid[] = "$NetBSD: inetd.c,v 1.29 1997/03/13 18:39:50 mycroft Exp $";
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -554,7 +554,7 @@ main(argc, argv, envp)
if (pid == 0) { if (pid == 0) {
#ifdef LIBWRAP #ifdef LIBWRAP
#ifndef LIBWRAP_INTERNAL #ifndef LIBWRAP_INTERNAL
if (sep->se_bi != 0) if (sep->se_bi == 0)
#endif #endif
{ {
request_init(&req, RQ_DAEMON, sep->se_argv[0] ? request_init(&req, RQ_DAEMON, sep->se_argv[0] ?