瀏覽代碼

Added ipban_cleanup_interval to the Login_Config struct (Follow-up to r14161).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14162 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X 15 年之前
父節點
當前提交
e7a9a5bf46
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/login/login.h

+ 1 - 0
src/login/login.h

@@ -48,6 +48,7 @@ struct Login_Config {
 
 	uint32 login_ip;                                // the address to bind to
 	uint16 login_port;                              // the port to bind to
+	unsigned int ipban_cleanup_interval;            // interval (in seconds) to clean up expired IP bans
 	unsigned int ip_sync_interval;                  // interval (in minutes) to execute a DNS/IP update (for dynamic IPs)
 	bool log_login;                                 // whether to log login server actions or not
 	char date_format[32];                           // date format used in messages