1.1.4+Norvegia

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6713 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-03-25 13:56:27 +00:00
parent 2204715372
commit 01aae0d762
2 changed files with 1 additions and 2 deletions

View File

@ -417,7 +417,6 @@ char* userrec::MakeHostIP()
void userrec::CloseSocket()
{
ServerInstance->Log(DEBUG,"Close user socket %d", this->fd);
shutdown(this->fd,2);
close(this->fd);
}

View File

@ -1,2 +1,2 @@
#!sh
echo "InspIRCd-1.1.3+StinkingBishop"
echo "InspIRCd-1.1.4+Norvegia"