diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index e5f266b9e..5e4ea6b9e 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3527,7 +3527,7 @@ int inter_config_read(char *cfgName) int map_sql_init(void){ - mysql_init(&mmysql_handle); + mysql_init(&mmysql_handle); //DB connection start ShowInfo("Connecting to the Map DB Server....\n"); |