ups
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9648 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a7ee9a9961
commit
fa8de3cb7e
@ -1026,7 +1026,7 @@ int socket_config_read(const char *cfgName) {
|
||||
else if( strcmpi(w2,"mutual-failure") == 0 )
|
||||
access_order=ACO_MUTUAL_FAILURE;
|
||||
} else if( strcmpi(w1,"allow") == 0 ){
|
||||
RECREATE(access_deny, AccessControl, access_denynum+1);
|
||||
RECREATE(access_allow, AccessControl, access_denynum+1);
|
||||
if( access_ipmask(w2,&access_allow[access_allownum]) )
|
||||
++access_allownum;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user