mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set test_argv to NULL, not 0, if not executing a specific test
MFC after: 1 week Submitted by: pfg Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
da908789ee
commit
abea2d5a7e
1 changed files with 1 additions and 1 deletions
|
|
@ -1566,7 +1566,7 @@ main(int argc, const char *argv[])
|
|||
} else {
|
||||
testnum = 0;
|
||||
test_argc = 0;
|
||||
test_argv = 0;
|
||||
test_argv = NULL;
|
||||
}
|
||||
|
||||
sa.sa_handler = ignore_alarm;
|
||||
|
|
|
|||
Loading…
Reference in a new issue