aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-03-15 19:41:01 +0100
committerjcid <devnull@localhost>2008-03-15 19:41:01 +0100
commit8d76b4f7fdeceda8e047e7f3d3143db70c22520c (patch)
treee1770fb5d529e8edd6d4107e2dcd25b29245c447 /src/capi.c
parentd5858b9acb103e69d53a9e73d89304a7c3f5d09a (diff)
- Enabled https. capi.c: s/https/proto.https/
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capi.c b/src/capi.c
index 7cf2c18b..38947b17 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -273,7 +273,7 @@ static char *Capi_dpi_build_cmd(DilloWeb *web, char *server)
{
char *cmd, *http_query;
- if (strcmp(server, "https") == 0) {
+ if (strcmp(server, "proto.https") == 0) {
/* Let's be kind and make the HTTP query string for the dpi */
http_query = a_Http_make_query_str(web->url, FALSE);
cmd = a_Dpip_build_cmd("cmd=%s url=%s query=%s",