multi_init: moved init code here from add_handle
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2013 12:48:08 +0000 (14:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2013 21:13:19 +0000 (23:13 +0200)
commitc346c4c8f9503239ad3b5f2ba1cca9a317707e88
tree004c9c2c02884057e8295fe5869047931e8ae650
parentbc7d806e3abb512156bec34685711600bf459254
multi_init: moved init code here from add_handle

The closure_handle is "owned" by the multi handle and it is
unconditional so the setting up of it should be in the Curl_multi_handle
function rather than curl_multi_add_handle.
lib/multi.c