Browse Source

Follow up to a080117. Fixed compile error.

aleos89 10 years ago
parent
commit
9a4f574d12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/login/ipban.c

+ 1 - 1
src/login/ipban.c

@@ -192,7 +192,7 @@ void ipban_init(void) {
 	const char* hostname = ipban_db_hostname;
 	uint16      port     = ipban_db_port;
 	const char* database = ipban_db_database;
-	const char* codepage = ipban_db_codepage;
+	const char* codepage = ipban_codepage;
 
 	ipban_inited = true;