diff options
| author | 2013-04-22 05:21:38 +0200 | |
|---|---|---|
| committer | 2013-04-26 16:59:29 -0500 | |
| commit | 8428bbb387d4b1195156f0ab5a676d17b69b8d5f (patch) | |
| tree | 6a4391bc908dfc8bbf3f7879cbb464a36204520f /src/inspsocket.cpp | |
| parent | m_spanningtree Move CacheTimer into utils (diff) | |
Modularize DNS
The DNS modules are temporarily in commands/ so they're loaded automatically
Thanks to Attila for helping with much of this.
Diffstat (limited to 'src/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 5f2da2341..b1bfaa9fd 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -98,7 +98,7 @@ BufferedSocketError BufferedSocket::BeginConnect(const irc::sockets::sockaddrs& ServerInstance->SE->NonBlocking(fd); - if (ServerInstance->SE->Connect(this, &dest.sa, sa_size(dest)) == -1) + if (ServerInstance->SE->Connect(this, &dest.sa, dest.sa_size()) == -1) { if (errno != EINPROGRESS) return I_ERR_CONNECT; |
