summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 999f027)
raw | patch | inline | side by side (parent: 999f027)
author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 6 Feb 2009 15:53:49 +0000 (16:53 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 6 Feb 2009 15:53:49 +0000 (16:53 +0100) |
So the curl plugin behaves just like the apache plugin in this respect.
src/curl.c | patch | blob | history |
diff --git a/src/curl.c b/src/curl.c
index cfe5a4ffe0e004c9fa110369d2f19212b9d28b0d..88b5496d4a4b5f317fc3a0ead52cdaf3aec9c5f3 100644 (file)
--- a/src/curl.c
+++ b/src/curl.c
return (-1);
}
memset (page, 0, sizeof (*page));
+ page->url = NULL;
+ page->user = NULL;
+ page->pass = NULL;
+ page->verify_peer = 1;
+ page->verify_host = 1;
page->instance = strdup (ci->values[0].value.string);
if (page->instance == NULL)