summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-02 08:54:43 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-02 08:54:43 +0000
commit9fcf4c08a11282a24dbbf376c3326b69c1afd8ac (patch)
tree96f8c6df360505cc6bb012c211a32fb32918bceb /include/inspircd.h
parent4b2dda4d80ee0855e577cbd6099d9d1bd915e8da (diff)
Unneeded
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9255 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 9798af4f2..edf8cd854 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -273,7 +273,7 @@ class CoreExport InspIRCd : public classbase
private:
/** Holds the current UID. Used to generate the next one.
*/
- char current_uid[UUID_LENGTH + 1];
+ char current_uid[UUID_LENGTH];
/** Set up the signal handlers
*/