diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-01 14:26:18 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-01 14:26:18 +0000 |
| commit | 86aca2d4d765227fee2701f1df1e562065927f2b (patch) | |
| tree | 972e96d8054a87bcc8dd16489ad4ebb09a3687cf /src/zabbix_server/pinger/pinger.c | |
| parent | ece7676a15f9e1f605ba673951d32c20b77d81cf (diff) | |
| download | zabbix-86aca2d4d765227fee2701f1df1e562065927f2b.tar.gz zabbix-86aca2d4d765227fee2701f1df1e562065927f2b.tar.xz zabbix-86aca2d4d765227fee2701f1df1e562065927f2b.zip | |
- [ZBX-182] ICMP using host names
[svn merge svn://svn.zabbix.com/branches/1.4 -r5308:5311]
git-svn-id: svn://svn.zabbix.com/trunk@5312 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 d97d1897..ccf24e41 100644 --- a/src/zabbix_server/pinger/pinger.c +++ b/src/zabbix_server/pinger/pinger.c @@ -240,7 +240,7 @@ static int do_ping(ZBX_FPING_HOST *hosts, int hosts_count) CONFIG_FPING6_LOCATION, filename); #else /* HAVE_IPV6 */ - zbx_snprintf(tmp, sizeof(tmp), "%s -e 2>/dev/null <%s" + zbx_snprintf(tmp, sizeof(tmp), "%s -e 2>/dev/null <%s", CONFIG_FPING_LOCATION, filename); #endif /* HAVE_IPV6 */ |
