mirror of
https://github.com/curl/curl.git
synced 2026-08-08 11:02:58 +03:00
url: 0 is PROTOPT_NONE.
Tiny tweak after Daniel's refactoring of the protocol handlers.
This commit is contained in:
parent
3a87dd8b20
commit
0f07142509
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ static const struct Curl_handler Curl_handler_dummy = {
|
|||
ZERO_NULL, /* disconnect */
|
||||
0, /* defport */
|
||||
0, /* protocol */
|
||||
0 /* flags */
|
||||
PROTOPT_NONE /* flags */
|
||||
};
|
||||
|
||||
void Curl_safefree(void *ptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue