url: 0 is PROTOPT_NONE.

Tiny tweak after Daniel's refactoring of the protocol handlers.
This commit is contained in:
Julien Chaffraix 2011-03-19 09:44:31 -07:00
parent 3a87dd8b20
commit 0f07142509
1 changed files with 1 additions and 1 deletions

View File

@ -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)