aboutsummaryrefslogtreecommitdiff
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 d2c6ae22..adfa966a 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -64,6 +64,10 @@ main (int argc, char *argv[])
int t_diff;
time_t time0, time1;
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
if (process_arguments (argc, argv) == ERROR)
usage (_("check_ldap: could not parse arguments\n"));