]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Accidental typo in previous squidclient change
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 3 Feb 2009 20:14:26 +0000 (21:14 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 3 Feb 2009 20:14:26 +0000 (21:14 +0100)
tools/squidclient.cc

index ba9fcd8183428c48333217daf0652c1c59fdf03e..a5e5de8f2d07d7211850671d75e7fcd8462b8025 100644 (file)
@@ -433,7 +433,7 @@ main(int argc, char *argv[])
        /* HTTP/1.0 may need keep-alive */
        if (strcmp(version, "1.0") == 0) {
            if (keep_alive) {
-               if (strchr(url, ':')
+               if (strchr(url, ':'))
                    snprintf(buf, BUFSIZ, "Proxy-Connection: keep-alive\r\n");
                else
                    strcat(msg, "Connection: keep-alive\r\n");