summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index d2c6ae2..adfa966 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -64,6 +64,10 @@ main (int argc, char *argv[])
64 int t_diff; 64 int t_diff;
65 time_t time0, time1; 65 time_t time0, time1;
66 66
67 setlocale (LC_ALL, "");
68 bindtextdomain (PACKAGE, LOCALEDIR);
69 textdomain (PACKAGE);
70
67 if (process_arguments (argc, argv) == ERROR) 71 if (process_arguments (argc, argv) == ERROR)
68 usage (_("check_ldap: could not parse arguments\n")); 72 usage (_("check_ldap: could not parse arguments\n"));
69 73