summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ntp_time.c')
-rw-r--r--plugins/check_ntp_time.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c
index 60e2b5a..f414c32 100644
--- a/plugins/check_ntp_time.c
+++ b/plugins/check_ntp_time.c
@@ -534,6 +534,10 @@ int main(int argc, char *argv[]){
534 double offset=0; 534 double offset=0;
535 char *result_line, *perfdata_line; 535 char *result_line, *perfdata_line;
536 536
537 setlocale (LC_ALL, "");
538 bindtextdomain (PACKAGE, LOCALEDIR);
539 textdomain (PACKAGE);
540
537 result = offset_result = STATE_OK; 541 result = offset_result = STATE_OK;
538 542
539 if (process_arguments (argc, argv) == ERROR) 543 if (process_arguments (argc, argv) == ERROR)