aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 3f9bfa877..e915c7947 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -3542,7 +3542,7 @@ static struct connectdata *allocate_conn(struct SessionHandle *data)
goto error;
#if defined(HAVE_KRB4) || defined(HAVE_GSSAPI)
- conn->data_prot = prot_clear;
+ conn->data_prot = PROT_CLEAR;
#endif
return conn;