mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 13:22:21 +01:00
12 lines
328 B
Diff
12 lines
328 B
Diff
--- ./src/ngircd/defines.h.orig
|
|
+++ ./src/ngircd/defines.h
|
|
@@ -96,7 +96,7 @@
|
|
#define CLIENT_PASS_LEN 21
|
|
|
|
/** Max. length of user name ("login"; incl. NULL), RFC 2812, section 1.2.1. */
|
|
-#define CLIENT_USER_LEN 10
|
|
+#define CLIENT_USER_LEN 64
|
|
|
|
/** Max. length of "real names" (including NULL). */
|
|
#define CLIENT_NAME_LEN 32
|