diff options
Diffstat (limited to 'net/socket/tcp_pinger.h')
-rw-r--r-- | net/socket/tcp_pinger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/tcp_pinger.h b/net/socket/tcp_pinger.h index 0b0bd9b..af9dc84 100644 --- a/net/socket/tcp_pinger.h +++ b/net/socket/tcp_pinger.h @@ -86,7 +86,7 @@ class TCPPinger { void DoConnect() { sock_.reset(new TCPClientSocket(addr_)); - int rv = sock_->Connect(&connect_callback_); + int rv = sock_->Connect(&connect_callback_, NULL); // Regardless of success or failure, if we're done now, // signal the customer. if (rv != ERR_IO_PENDING) |