aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index ecb3d33bb..47ac725f3 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -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)