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

renamed the stupid 'hp' to 'hostaddr' which actually says what it is

parent 5cd267b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ struct connectdata {
#define PROT_FILE    (1<<8)
#define PROT_FTPS    (1<<9)

  Curl_addrinfo *hp; /* IP-protocol independent host info pointer list */
  Curl_addrinfo *hostaddr; /* IP-protocol independent host info pointer list */
  char *hostent_buf; /* pointer to allocated memory for name info */

#ifdef ENABLE_IPV6