diff options
| author | 2008-01-03 13:04:10 +0000 | |
|---|---|---|
| committer | 2008-01-03 13:04:10 +0000 | |
| commit | ce5bee9a3e154674558ab627b282f1572ce4e594 (patch) | |
| tree | 98a391437fe7e88199aacd2e4f20323c90e2b7e8 /include | |
| parent | Update this to use the new oper call (diff) | |
Patch turning Config->sid from size_t to char **. This also undoes the total fuckery that occurs when someone tries to specify <server:id>. Automatic generation is not yet tested.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8619 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
