summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r--plugins-root/check_icmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index ce88bec..c71ea29 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -770,7 +770,6 @@ main(int argc, char **argv)
770 table = malloc(sizeof(struct rta_host *) * targets); 770 table = malloc(sizeof(struct rta_host *) * targets);
771 if(!table) { 771 if(!table) {
772 crash("main(): malloc failed for host table"); 772 crash("main(): malloc failed for host table");
773 return 3;
774 } 773 }
775 774
776 i = 0; 775 i = 0;