diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-02 11:48:54 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-02 11:48:54 +0000 |
commit | 519d8e5dfe379840ae5da2ac43231ec4364d7b18 (patch) | |
tree | 5e443dece008ad59034ce3b7d53aca72065905f8 /include/uid.h | |
parent | 4f66a9a4c40ccab57b39eb4dd16c3f02438e3b4c (diff) |
Better generation. This is still fucked up, but less spectacularly and in a much less obvious way.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9260 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/uid.h')
-rw-r--r-- | include/uid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uid.h b/include/uid.h index f5384049c..63b3e89f2 100644 --- a/include/uid.h +++ b/include/uid.h @@ -16,6 +16,6 @@ * This length is set in compliance with TS6 protocol, and really should not be changed. Ever. * It allows for a lot of clients as-is. -- w00t. */ -#define UUID_LENGTH 10 +#define UUID_LENGTH 9 |