*facepalm*

This commit is contained in:
overflowerror 2017-01-02 18:21:58 +01:00
parent 12c5783680
commit 963a7b3505

View file

@ -25,7 +25,7 @@ bool ws_host_match(const char* host, const char* match) {
int wnext = -1;
int found = -1;
int h = 0, int = 0;
int h = 0, m = 0;
for (; m < lenm && h < lenh; m++, h++) {
if (match[m] == '*') {
wildcard = true;