mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-29 22:03:45 -04:00
Remove useless return after crash
This commit is contained in:
parent
aba1ef97f3
commit
9faa417aeb
1 changed files with 0 additions and 1 deletions
|
|
@ -770,7 +770,6 @@ main(int argc, char **argv)
|
|||
table = malloc(sizeof(struct rta_host *) * targets);
|
||||
if(!table) {
|
||||
crash("main(): malloc failed for host table");
|
||||
return 3;
|
||||
}
|
||||
|
||||
i = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue