summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index b35ebbc..8440aab 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -66,6 +66,10 @@ main (int argc, char **argv)
66 char *helocmd = NULL; 66 char *helocmd = NULL;
67 struct timeval tv; 67 struct timeval tv;
68 68
69 setlocale (LC_ALL, "");
70 bindtextdomain (PACKAGE, LOCALEDIR);
71 textdomain (PACKAGE);
72
69 if (process_arguments (argc, argv) != OK) 73 if (process_arguments (argc, argv) != OK)
70 usage (_("Invalid command arguments supplied\n")); 74 usage (_("Invalid command arguments supplied\n"));
71 75