]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9201 e03df62e-2008...
[user/henk/code/inspircd.git] / include / inspircd.h
index 1a2c78c7a10f227367a660a27083b4cc5ccbb724..84995710dcfdeb4995c98800ed22f97a4fb26aff 100644 (file)
@@ -232,7 +232,7 @@ DEFINE_HANDLER1(FloodQuitUserHandler, void, User*);
 class XLineManager;
 class BanCacheManager;
 
-class ConfigReaderThread : public Thread
+class CoreExport ConfigReaderThread : public Thread
 {
        InspIRCd* ServerInstance;
        bool do_bail;
@@ -267,7 +267,7 @@ class CoreExport InspIRCd : public classbase
  private:
        /** Holds the current UID. Used to generate the next one.
         */
-       char current_uid[UUID_LENGTH];
+       char current_uid[UUID_LENGTH + 1];
 
        /** Set up the signal handlers
         */