mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
tests/sigsys: initialize parameter passed to sysctlbyname()
This commit is contained in:
parent
3ac001620e
commit
e53b83a849
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ sigsys_test(int knob)
|
|||
static void
|
||||
sysctlset(const char *name, int val)
|
||||
{
|
||||
size_t oldlen;
|
||||
size_t oldlen = sizeof(int);
|
||||
int oldval;
|
||||
char buf[80];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue