Loading lib/cookie.c +6 −5 Original line number Diff line number Diff line Loading @@ -169,8 +169,8 @@ Curl_cookie_add(struct CookieInfo *c, co->name = strdup(name); co->value = strdup(what); } else ;/* this is the second (or more) name we don't know /* else this is the second (or more) name we don't know about! */ } else { Loading @@ -182,8 +182,9 @@ Curl_cookie_add(struct CookieInfo *c, what)) { if(strequal("secure", what)) co->secure = TRUE; else ; /* unsupported keyword without assign! */ /* else, unsupported keyword without assign! */ } } if(!semiptr) Loading Loading
lib/cookie.c +6 −5 Original line number Diff line number Diff line Loading @@ -169,8 +169,8 @@ Curl_cookie_add(struct CookieInfo *c, co->name = strdup(name); co->value = strdup(what); } else ;/* this is the second (or more) name we don't know /* else this is the second (or more) name we don't know about! */ } else { Loading @@ -182,8 +182,9 @@ Curl_cookie_add(struct CookieInfo *c, what)) { if(strequal("secure", what)) co->secure = TRUE; else ; /* unsupported keyword without assign! */ /* else, unsupported keyword without assign! */ } } if(!semiptr) Loading