Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
initialize our bools
Browse files Browse the repository at this point in the history
  • Loading branch information
egwynn committed Mar 31, 2014
1 parent 03a0cc7 commit c0b4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libweb/okwc3.T
Expand Up @@ -680,7 +680,7 @@ parse_http_url (str in, bool *https, str *host, okws1_port_t *port,

if (!x.match (in)) { ret = false; }
else {
bool ssl;
bool ssl = false;
if (x[1] && x[1] == "s") { ssl = *https = true; }

if ((ps = x[4]) && ps.len ()) {
Expand Down

0 comments on commit c0b4730

Please sign in to comment.