mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_dns: Remove unused variable
This commit is contained in:
parent
479ff15249
commit
4f4fb3d9af
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ main (int argc, char **argv)
|
|||
struct timeval tv;
|
||||
bool parse_address = false; /* This flag scans for Address: but only after Name: */
|
||||
output chld_out, chld_err;
|
||||
size_t i;
|
||||
bool is_nxdomain = false;
|
||||
|
||||
setlocale (LC_ALL, "");
|
||||
|
|
|
|||
Loading…
Reference in a new issue