mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-07 19:12:07 +00:00
---
This commit is contained in:
parent
b04e019ce0
commit
d578d6e881
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ find_user_by_ip6(struct in6_addr ip)
|
|||
int ret;
|
||||
int i;
|
||||
|
||||
return 0;
|
||||
|
||||
ret = -1;
|
||||
for (i = 0; i < usercount; i++) {
|
||||
if (users[i].active && !users[i].disabled &&
|
||||
|
|
Loading…
Add table
Reference in a new issue