Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 4b745cb87c2f76c3500b2bf3e9d361d9 > files > 65

nagios-plugins-1.4.12-1mdv2009.0.src.rpm

--- plugins/check_mysql_perf.c	2008-01-09 11:35:09.000000000 +0100
+++ plugins/check_mysql_perf.c.oden	2008-01-10 14:44:49.000000000 +0100
@@ -96,11 +96,6 @@
 	char *severities[4] = {"OK", "WARNING", "CRITICAL", "UNKNOWN"};
 	int exitcode = STATE_UNKNOWN;
 
-
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));