diff options
| author | 2023-01-16 22:49:37 +0000 | |
|---|---|---|
| committer | 2023-01-16 22:49:37 +0000 | |
| commit | 9fab8a59bb175635afc5cac28d75cca29fc1e571 (patch) | |
| tree | 982566290d58c5d1dd146120b2bcf2cafe33edf8 /src/socket.cpp | |
| parent | Add support for linking servers over SCTP sockets. (diff) | |
Fix some testing changes that snuck in to the previous commit.
Diffstat (limited to 'src/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index be2357c61..05b94de8b 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -86,7 +86,6 @@ size_t InspIRCd::BindPorts(FailedPortList& failed_ports) this->Logs.Warning("SOCKET", "TCP listener on %s at %s has no ports specified!", address.empty() ? "*" : address.c_str(), tag->source.str().c_str()); - int protocol = 0; if (tag->getBool("sctp")) { |
