initialise securelevel to zero to allow it to be patchable. this is _not_ a security issue.

This commit is contained in:
mrg 1996-05-20 17:49:05 +00:00
parent 047dfa8524
commit 92292a798d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_sysctl.c,v 1.16 1996/04/12 23:21:37 thorpej Exp $ */
/* $NetBSD: kern_sysctl.c,v 1.17 1996/05/20 17:49:05 mrg Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -178,7 +178,7 @@ long hostid;
#ifdef INSECURE
int securelevel = -1;
#else
int securelevel;
int securelevel = 0;
#endif
/*