]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/socket.cpp
m_spanningtree Set the TS of the uuid nick to the same value on collision
[user/henk/code/inspircd.git] / src / socket.cpp
index ba35d2b0a632efa68f9677fcdfe7dec0004a8946..89c9969ffcbd0f7b657a3409ca7b37822bb098a7 100644 (file)
@@ -22,8 +22,7 @@
 
 
 #include "inspircd.h"
-#include "socket.h"
-#include "socketengine.h"
+
 using irc::sockets::sockaddrs;
 
 /** This will bind a socket to a port. It works for UDP/TCP.
@@ -219,8 +218,6 @@ bool irc::sockets::satoap(const irc::sockets::sockaddrs& sa, std::string& addr,
        return !addr.empty();
 }
 
-static const char all_zero[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 };
-
 std::string irc::sockets::sockaddrs::str() const
 {
        if (sa.sa_family == AF_INET)