# HG changeset patch # User Eric Warmenhoven # Date 978647325 0 # Node ID 153eb28ea45470186b89d51acaf0f82a4dab05ed # Parent 1136f7896eebe5690da81a552d312cc95a3f6906 [gaim-migrate @ 1382] erg. how did this happen? committer: Tailor Script diff -r 1136f7896eeb -r 153eb28ea454 src/proxy.c --- a/src/proxy.c Thu Jan 04 22:20:58 2001 +0000 +++ b/src/proxy.c Thu Jan 04 22:28:45 2001 +0000 @@ -145,8 +145,8 @@ if (proxy_recv_line(fd, &inputline) < 0) return -1; - if ((memcmp(HTTP_GOODSTRING, inputline, strlen(HTTP_GOODSTRING) == 0) || - (memcmp(HTTP_GOODSTRING2, inputline, strlen(HTTP_GOODSTRING2) == 0)))) { + if ((memcmp(HTTP_GOODSTRING, inputline, strlen(HTTP_GOODSTRING)) == 0) || + (memcmp(HTTP_GOODSTRING2, inputline, strlen(HTTP_GOODSTRING2)) == 0)) { while (strlen(inputline) > 1) { free(inputline); if (proxy_recv_line(fd, &inputline) < 0)