aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index b17929c0a..4ad56322a 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -2356,7 +2356,7 @@ CURLcode Curl_perform(struct SessionHandle *data)
CURLcode res2;
struct connectdata *conn=NULL;
char *newurl = NULL; /* possibly a new URL to follow to! */
- int follow = FOLLOW_NONE;
+ followtype follow = FOLLOW_NONE;
data->state.used_interface = Curl_if_easy;