diff options
| author | 2005-12-19 13:07:46 +0000 | |
|---|---|---|
| committer | 2005-12-19 13:07:46 +0000 | |
| commit | 2f3ac3d80192a9c4faec3345fffdf07c488b0e8e (patch) | |
| tree | a91ed660a06a3dbaf61a614066824a067c7dde26 /src/users.cpp | |
| parent | Added IOHookModule stuff to allow for different modules to hook different ports (diff) | |
| download | inspircd++-2f3ac3d80192a9c4faec3345fffdf07c488b0e8e.tar.gz inspircd++-2f3ac3d80192a9c4faec3345fffdf07c488b0e8e.tar.bz2 inspircd++-2f3ac3d80192a9c4faec3345fffdf07c488b0e8e.zip | |
SSL is a fucking mess.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2565 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 6388b456b..6706e8fef 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -555,7 +555,6 @@ void AddClient(int socket, char* host, int port, bool iscached, char* ip) */ clientlist[tempnick] = new userrec(); - NonBlocking(socket); log(DEBUG,"AddClient: %lu %s %d %s",(unsigned long)socket,host,port,ip); clientlist[tempnick]->fd = socket; |
