Changeset 5566
- Timestamp:
- 06/03/08 13:38:37 (3 months ago)
- Files:
-
- wired/trunk/wired/banlist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/wired/banlist.c
r5559 r5566 95 95 } else { 96 96 while((string = wi_file_read_config_line(file))) { 97 if(wi_ip_match (ip, string)) {97 if(wi_ip_matches_string(ip, string)) { 98 98 banned = true; 99 99
