summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-04 17:44:21 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-18 13:29:25 +0300
commit7603ea174c2d44cafee2b8aa833f80114c045500 (patch)
tree44d7d174116280902c171aa83309d7497f4f96a2 /src/map/map.h
parent4ac673941714032ada6d26fb60936ec510bbe496 (diff)
downloadhercules-7603ea174c2d44cafee2b8aa833f80114c045500.tar.gz
hercules-7603ea174c2d44cafee2b8aa833f80114c045500.tar.bz2
hercules-7603ea174c2d44cafee2b8aa833f80114c045500.tar.xz
hercules-7603ea174c2d44cafee2b8aa833f80114c045500.zip
Increase sql password field size from 32 to 100 chars.
32 chars is very small for password.
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index dba565cc0..c36f905ef 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -853,7 +853,7 @@ struct map_interface {
int server_port;
char server_ip[32];
char server_id[32];
- char server_pw[32];
+ char server_pw[100];
char server_db[32];
Sql* mysql_handle;