summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_ping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c
index bdd3949..fc72014 100644
--- a/plugins/check_ping.c
+++ b/plugins/check_ping.c
@@ -71,6 +71,7 @@ main (int argc, char **argv)
71 int this_result = STATE_UNKNOWN; 71 int this_result = STATE_UNKNOWN;
72 int i; 72 int i;
73 73
74 setlocale (LC_ALL, "");
74 setlocale (LC_NUMERIC, "C"); 75 setlocale (LC_NUMERIC, "C");
75 bindtextdomain (PACKAGE, LOCALEDIR); 76 bindtextdomain (PACKAGE, LOCALEDIR);
76 textdomain (PACKAGE); 77 textdomain (PACKAGE);