diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-21 08:22:49 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-21 08:22:49 +0000 |
| commit | f4977c1fcc509b2399c3e953170b5938ee73063d (patch) | |
| tree | 394ab2debd8d4cf9aa856c93b692be45a8523fde /src/zabbix_server/pinger/pinger.c | |
| parent | 01f4d3aa5969529357e04290c61a31b5c1265113 (diff) | |
| download | zabbix-f4977c1fcc509b2399c3e953170b5938ee73063d.tar.gz zabbix-f4977c1fcc509b2399c3e953170b5938ee73063d.tar.xz zabbix-f4977c1fcc509b2399c3e953170b5938ee73063d.zip | |
- [ZBX-182] ICMP using host names
minor fix
git-svn-id: svn://svn.zabbix.com/trunk@5379 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/zabbix_server/pinger/pinger.c')
| -rw-r--r-- | src/zabbix_server/pinger/pinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/pinger/pinger.c b/src/zabbix_server/pinger/pinger.c index 06960d43..b83aa16a 100644 --- a/src/zabbix_server/pinger/pinger.c +++ b/src/zabbix_server/pinger/pinger.c @@ -350,7 +350,7 @@ void main_pinger_loop(zbx_process_t p, int num) hosts = zbx_malloc(hosts, hosts_allocated * sizeof(ZBX_FPING_HOST)); - for(;;) { + for (;;) { start = time(NULL); zbx_setproctitle("pinger [connecting to the database]"); |
