X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd-nagios.c;h=c1a851568a9aa419d63980ce685c4506ce4dc42d;hb=3fae5596643f1e361eb18c3d65448f8bc02fdd80;hp=dd90737f6f3a4063685bdd27072d9fb4bd94cd9c;hpb=ab11d1b4db61f750f51be6e41dbe8320d3c65404;p=collectd.git diff --git a/src/collectd-nagios.c b/src/collectd-nagios.c index dd90737f..c1a85156 100644 --- a/src/collectd-nagios.c +++ b/src/collectd-nagios.c @@ -590,7 +590,6 @@ static int do_check (lcc_connection_t *connection) hostname_g, value_string_g); ident_str[sizeof (ident_str) - 1] = 0; - memset (&ident, 0, sizeof (ident)); status = lcc_string_to_identifier (connection, &ident, ident_str); if (status != 0) {