diff --git a/lib/cookie.c b/lib/cookie.c index a39ff88adb8b5f1530ba73070762c08c90d43f32..f372cb544a1225e2e55f0c0e44c2767d56db2490 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 */