Loading lib/imap.c +1 −1 Original line number Diff line number Diff line Loading @@ -2314,7 +2314,7 @@ static CURLcode imap_parse_url_options(struct connectdata *conn) const char *ptr = options; bool reset = TRUE; while(*ptr) { while(ptr && *ptr) { const char *key = ptr; while(*ptr && *ptr != '=') Loading lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1834,7 +1834,7 @@ static CURLcode pop3_parse_url_options(struct connectdata *conn) const char *ptr = options; bool reset = TRUE; while(*ptr) { while(ptr && *ptr) { const char *key = ptr; while(*ptr && *ptr != '=') Loading lib/smtp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1929,7 +1929,7 @@ static CURLcode smtp_parse_url_options(struct connectdata *conn) const char *ptr = options; bool reset = TRUE; while(*ptr) { while(ptr && *ptr) { const char *key = ptr; while(*ptr && *ptr != '=') Loading Loading
lib/imap.c +1 −1 Original line number Diff line number Diff line Loading @@ -2314,7 +2314,7 @@ static CURLcode imap_parse_url_options(struct connectdata *conn) const char *ptr = options; bool reset = TRUE; while(*ptr) { while(ptr && *ptr) { const char *key = ptr; while(*ptr && *ptr != '=') Loading
lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1834,7 +1834,7 @@ static CURLcode pop3_parse_url_options(struct connectdata *conn) const char *ptr = options; bool reset = TRUE; while(*ptr) { while(ptr && *ptr) { const char *key = ptr; while(*ptr && *ptr != '=') Loading
lib/smtp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1929,7 +1929,7 @@ static CURLcode smtp_parse_url_options(struct connectdata *conn) const char *ptr = options; bool reset = TRUE; while(*ptr) { while(ptr && *ptr) { const char *key = ptr; while(*ptr && *ptr != '=') Loading