Loading lib/url.c +4 −3 Original line number Diff line number Diff line Loading @@ -4795,7 +4795,7 @@ static CURLcode parse_remote_port(struct SessionHandle *data, * Override the login details from the URL with that in the CURLOPT_USERPWD * option or a .netrc file, if applicable. */ static int override_login(struct SessionHandle *data, static CURLcode override_login(struct SessionHandle *data, struct connectdata *conn, char **userp, char **passwdp, char **optionsp) { Loading Loading @@ -4838,6 +4838,7 @@ static int override_login(struct SessionHandle *data, conn->bits.user_passwd = TRUE; /* enable user+password */ } } return CURLE_OK; } Loading Loading
lib/url.c +4 −3 Original line number Diff line number Diff line Loading @@ -4795,7 +4795,7 @@ static CURLcode parse_remote_port(struct SessionHandle *data, * Override the login details from the URL with that in the CURLOPT_USERPWD * option or a .netrc file, if applicable. */ static int override_login(struct SessionHandle *data, static CURLcode override_login(struct SessionHandle *data, struct connectdata *conn, char **userp, char **passwdp, char **optionsp) { Loading Loading @@ -4838,6 +4838,7 @@ static int override_login(struct SessionHandle *data, conn->bits.user_passwd = TRUE; /* enable user+password */ } } return CURLE_OK; } Loading