summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_client_socket_win.cc')
-rw-r--r--net/socket/tcp_client_socket_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/tcp_client_socket_win.cc b/net/socket/tcp_client_socket_win.cc
index 9d28254..eec7dbb 100644
--- a/net/socket/tcp_client_socket_win.cc
+++ b/net/socket/tcp_client_socket_win.cc
@@ -239,6 +239,7 @@ void TCPClientSocketWin::AdoptSocket(SOCKET socket) {
socket_ = socket;
int error = SetupSocket();
DCHECK_EQ(0, error);
+ core_ = new Core(this);
current_ai_ = addresses_.head();
use_history_.set_was_ever_connected();
}