git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1034 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
(no author) 2005-02-05 02:08:51 +00:00
parent 302cc85025
commit 09e5465bf0

View File

@ -1593,7 +1593,7 @@ int login_config_read(const char *cfgName){
if(i!=2) if(i!=2)
continue; continue;
} else if (strcmpi(w1, "login_ip") == 0) { else if (strcmpi(w1, "login_ip") == 0) {
//login_ip_set_ = 1; //login_ip_set_ = 1;
h = gethostbyname (w2); h = gethostbyname (w2);
if (h != NULL) { if (h != NULL) {