1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Is there a limit to how stupid I can get?

This commit is contained in:
Dag-Erling Smørgrav 1999-05-04 18:03:59 +00:00
parent badc7a22e9
commit 4e880257b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46428

View File

@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94";
#endif
static const char rcsid[] =
"$Id: syslogd.c,v 1.48 1999/05/02 12:47:09 dt Exp $";
"$Id: syslogd.c,v 1.49 1999/05/02 17:44:16 dt Exp $";
#endif /* not lint */
/*
@ -396,7 +396,7 @@ main(argc, argv)
die(0);
}
}
if (SecureMode > 1)
if (SecureMode <= 1)
finet = socket(AF_INET, SOCK_DGRAM, 0);
if (finet >= 0) {
struct servent *sp;