diff options
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index b35ebbc0..8440aab1 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c @@ -66,6 +66,10 @@ main (int argc, char **argv) char *helocmd = NULL; struct timeval tv; + setlocale (LC_ALL, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + if (process_arguments (argc, argv) != OK) usage (_("Invalid command arguments supplied\n")); |