diff options
Diffstat (limited to 'plugins/check_ntp_peer.c')
-rw-r--r-- | plugins/check_ntp_peer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index 87d02e1..b5551ba 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
@@ -544,6 +544,10 @@ int main(int argc, char *argv[]){ | |||
544 | double offset=0, jitter=0; | 544 | double offset=0, jitter=0; |
545 | char *result_line, *perfdata_line; | 545 | char *result_line, *perfdata_line; |
546 | 546 | ||
547 | setlocale (LC_ALL, ""); | ||
548 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
549 | textdomain (PACKAGE); | ||
550 | |||
547 | if (process_arguments (argc, argv) == ERROR) | 551 | if (process_arguments (argc, argv) == ERROR) |
548 | usage4 (_("Could not parse arguments")); | 552 | usage4 (_("Could not parse arguments")); |
549 | 553 | ||