Commit fd903eb6 authored by Kamil Dudka's avatar Kamil Dudka
Browse files

- Julien Chaffraix eliminated a duplicated initialization in singlesocket().

parent 2c93ec53
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@

                                  Changelog

Kamil Dudka (3 Jan 2010)
- Julien Chaffraix eliminated a duplicated initialization in singlesocket().

Daniel Stenberg (2 Jan 2010)
- Make curl support --ssl and --ssl-reqd instead of the previous FTP-specific
  versions --ftp-ssl and --ftp-ssl-reqd as these options are now used to
+1 −0
Original line number Diff line number Diff line
@@ -379,6 +379,7 @@ Judson Bishop
Juergen Wilke
Jukka Pihl
Julian Noble
Julien Chaffraix
Jun-ichiro itojun Hagino
Jurij Smakov
Justin Fletcher
+0 −1
Original line number Diff line number Diff line
@@ -1760,7 +1760,6 @@ static void singlesocket(struct Curl_multi *multi,
  struct Curl_one_easy *easy_by_hash;
  bool remove_sock_from_hash;

  memset(&socks, 0, sizeof(socks));
  for(i=0; i< MAX_SOCKSPEREASYHANDLE; i++)
    socks[i] = CURL_SOCKET_BAD;