]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
convert to new api
[user/henk/code/inspircd.git] / include / inspircd.h
index 48718a668e7dfc15778ed8c5563e698f48d462af..84995710dcfdeb4995c98800ed22f97a4fb26aff 100644 (file)
@@ -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
         */