summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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
*/