mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-13 10:40:01 -04:00
check_curl: removed a superflous variable
This commit is contained in:
parent
4e7f81fddb
commit
ea53555f2d
1 changed files with 0 additions and 1 deletions
|
|
@ -388,7 +388,6 @@ lookup_host (const char *host, char *buf, size_t buflen)
|
|||
size_t addrstr_len;
|
||||
int errcode;
|
||||
void *ptr;
|
||||
int s;
|
||||
size_t buflen_remaining = buflen - 1;
|
||||
|
||||
memset (&hints, 0, sizeof (hints));
|
||||
|
|
|
|||
Loading…
Reference in a new issue