diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -61,9 +61,8 @@ /* length definitions for several char[]s in order * to be able to use strncpy instead of strcpy for - * security and stability reasons - * - * best regards - kth5 */ + * security and stability reasons */ + #define LEN_USERNAME 25 #define LEN_PASSWORD 25 |