summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 728e7c1..bec02e1 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -140,6 +140,10 @@ main (int argc, char **argv)
140{ 140{
141 int result = STATE_UNKNOWN; 141 int result = STATE_UNKNOWN;
142 142
143 setlocale (LC_ALL, "");
144 bindtextdomain (PACKAGE, LOCALEDIR);
145 textdomain (PACKAGE);
146
143 /* Set default URL. Must be malloced for subsequent realloc if --onredirect=follow */ 147 /* Set default URL. Must be malloced for subsequent realloc if --onredirect=follow */
144 server_url = strdup(HTTP_URL); 148 server_url = strdup(HTTP_URL);
145 server_url_length = strlen(server_url); 149 server_url_length = strlen(server_url);