diff options
author | jcid <devnull@localhost> | 2008-03-15 19:41:01 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-15 19:41:01 +0100 |
commit | 8d76b4f7fdeceda8e047e7f3d3143db70c22520c (patch) | |
tree | e1770fb5d529e8edd6d4107e2dcd25b29245c447 | |
parent | d5858b9acb103e69d53a9e73d89304a7c3f5d09a (diff) |
- Enabled https. capi.c: s/https/proto.https/
-rw-r--r-- | src/capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |