From: Daniel Stenberg Date: Fri, 10 Nov 2000 08:10:04 +0000 (+0000) Subject: Venkataramana Mokkapati corrected a cookie parser bug X-Git-Tag: curl-7_5~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78423c5899c3927fc038c0f8ceccce9245c5043d;p=thirdparty%2Fcurl.git Venkataramana Mokkapati corrected a cookie parser bug --- diff --git a/lib/cookie.c b/lib/cookie.c index a39ff88adb..f372cb544a 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -409,7 +409,7 @@ struct Cookie *cookie_getlist(struct CookieInfo *c, /* now check if the domain is correct */ domlen=co->domain?strlen(co->domain):0; if(!co->domain || - ((domlendomain)) ) { /* the right part of the host matches the domain stuff in the cookie data */