Commit 082237e2 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning: enumerated type mixed with another type

parent dd08a7a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;