---
This commit is contained in:
parent
b04e019ce0
commit
d578d6e881
|
@ -141,8 +141,6 @@ find_user_by_ip6(struct in6_addr ip)
|
||||||
int ret;
|
int ret;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
ret = -1;
|
ret = -1;
|
||||||
for (i = 0; i < usercount; i++) {
|
for (i = 0; i < usercount; i++) {
|
||||||
if (users[i].active && !users[i].disabled &&
|
if (users[i].active && !users[i].disabled &&
|
||||||
|
|
Loading…
Reference in New Issue