From 151dec838bb5308f6ad0aaa092b1c4e1b1181cba Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 10 Mar 2006 00:28:46 +0000 Subject: Validating wrong field git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3615 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index 0bd098b6c..cb34611af 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -336,7 +336,7 @@ void ServerConfig::Read(bool bail, userrec* user) {"options", "softlimit", &this->SoftLimit, DT_INTEGER, ValidateSoftLimit}, {"options", "somaxconn", &this->MaxConn, DT_INTEGER, ValidateMaxConn}, {"server", "name", &this->ServerName, DT_CHARPTR, ValidateServerName}, - {"server", "description", &this->ServerDesc, DT_CHARPTR, ValidateServerName}, + {"server", "description", &this->ServerDesc, DT_CHARPTR, NoValidation}, {"server", "network", &this->Network, DT_CHARPTR, NoValidation}, {"admin", "name", &this->AdminName, DT_CHARPTR, NoValidation}, {"admin", "email", &this->AdminEmail, DT_CHARPTR, NoValidation}, -- cgit v1.2.3