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
@ -1566,7 +1566,7 @@ main(int argc, const char *argv[])
|
|||||||
} else {
|
} else {
|
||||||
testnum = 0;
|
testnum = 0;
|
||||||
test_argc = 0;
|
test_argc = 0;
|
||||||
test_argv = 0;
|
test_argv = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
sa.sa_handler = ignore_alarm;
|
sa.sa_handler = ignore_alarm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user