diff options
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_icmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index f0ba9d0..7636bc7 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -371,6 +371,10 @@ main(int argc, char **argv) | |||
371 | int icmp_sockerrno, udp_sockerrno, tcp_sockerrno; | 371 | int icmp_sockerrno, udp_sockerrno, tcp_sockerrno; |
372 | int result; | 372 | int result; |
373 | struct rta_host *host; | 373 | struct rta_host *host; |
374 | |||
375 | setlocale (LC_ALL, ""); | ||
376 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
377 | textdomain (PACKAGE); | ||
374 | 378 | ||
375 | /* print a helpful error message if geteuid != 0 */ | 379 | /* print a helpful error message if geteuid != 0 */ |
376 | np_warn_if_not_root(); | 380 | np_warn_if_not_root(); |