summaryrefslogtreecommitdiffstats
path: root/plugins/check_fping.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r--plugins/check_fping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index 1c227cd..fde1d79 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -103,7 +103,7 @@ main (int argc, char **argv)
103 if (sourceif) 103 if (sourceif)
104 xasprintf(&option_string, "%s-I %s ", option_string, sourceif); 104 xasprintf(&option_string, "%s-I %s ", option_string, sourceif);
105 105
106#ifdef USE_IPV6 106#ifdef PATH_TO_FPING6
107 if (address_family == AF_INET6) 107 if (address_family == AF_INET6)
108 fping_prog = strdup(PATH_TO_FPING6); 108 fping_prog = strdup(PATH_TO_FPING6);
109 else 109 else