From ce5bee9a3e154674558ab627b282f1572ce4e594 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 3 Jan 2008 13:04:10 +0000 Subject: Patch turning Config->sid from size_t to char **. This also undoes the total fuckery that occurs when someone tries to specify . Automatic generation is not yet tested. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8619 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index babb3511c..05194fbea 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -613,7 +613,7 @@ class CoreExport ServerConfig : public Extensible * makes code simpler. 0AA, 1BB etc with letters are reserved * for services use. */ - int sid; + char sid[MAXBUF]; /** Construct a new ServerConfig */ -- cgit v1.3.1-10-gc9f91