mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
tests/sigsys: initialize parameter passed to sysctlbyname()
(cherry picked from commit e53b83a849)
This commit is contained in:
parent
a44843bfa1
commit
e4e6423ef3
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