Changeset 5566

Show
Ignore:
Timestamp:
06/03/08 13:38:37 (3 months ago)
Author:
morris
Message:

Sync

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/banlist.c

    r5559 r5566  
    9595                } else { 
    9696                        while((string = wi_file_read_config_line(file))) { 
    97                                 if(wi_ip_match(ip, string)) { 
     97                                if(wi_ip_matches_string(ip, string)) { 
    9898                                        banned = true; 
    9999