Code

re-add a call to setlocale(LC_ALL, "") in check_ping.c
[nagiosplug.git] / plugins / check_ping.c
index bdd394947f8ef4cd326a2bd6fb75fff2d3bbde92..fc720144dd0b419a7b97368282b407306452e637 100644 (file)
@@ -71,6 +71,7 @@ main (int argc, char **argv)
        int this_result = STATE_UNKNOWN;
        int i;
 
+       setlocale (LC_ALL, "");
        setlocale (LC_NUMERIC, "C");
        bindtextdomain (PACKAGE, LOCALEDIR);
        textdomain (PACKAGE);