Fix uninitialized variable warning that shows on Tinderbox but not my
setup. (??) Submitted by: Michael Butler <imb at protected-networks dot net>
This commit is contained in:
parent
3e9a7e408f
commit
dd6312a7c1
@ -845,7 +845,7 @@ static int
|
||||
sysctl_sysctl_name2oid(SYSCTL_HANDLER_ARGS)
|
||||
{
|
||||
char *p;
|
||||
int error, oid[CTL_MAXNAME], len;
|
||||
int error, oid[CTL_MAXNAME], len = 0;
|
||||
struct sysctl_oid *op = 0;
|
||||
|
||||
if (!req->newlen)
|
||||
|
Loading…
Reference in New Issue
Block a user