Commit e8b77477 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

sockets are curl_socket_t to build cleaner

parent 64298e52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ typedef struct tftp_state_data {
  tftp_mode_t     mode;
  tftp_error_t    error;
  struct connectdata      *conn;
  int             sockfd;
  curl_socket_t   sockfd;
  int             retries;
  int             retry_time;
  int             retry_max;