1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-07 19:12:07 +00:00
This commit is contained in:
Julian Kranz 2012-01-01 20:37:19 +01:00 committed by Barak A. Pearlmutter
parent a44b540c66
commit 107927ae37

View file

@ -121,8 +121,6 @@ find_user_by_ip(uint32_t ip)
int ret;
int i;
return 0;
ret = -1;
for (i = 0; i < usercount; i++) {
if (users[i].active && !users[i].disabled &&