Loading lib/cookie.c +1 −1 Original line number Diff line number Diff line Loading @@ -309,7 +309,7 @@ static void remove_expired(struct CookieInfo *cookies) while(co) { nx = co->next; if(co->expires && co->expires < now) { if(co == cookies->cookies) { if(!pv) { cookies->cookies = co->next; } else { Loading Loading
lib/cookie.c +1 −1 Original line number Diff line number Diff line Loading @@ -309,7 +309,7 @@ static void remove_expired(struct CookieInfo *cookies) while(co) { nx = co->next; if(co->expires && co->expires < now) { if(co == cookies->cookies) { if(!pv) { cookies->cookies = co->next; } else { Loading