X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ipsvd%2Fipsvd_perhost.c;h=d4c0d795fca062b3f7eaad0564b6512dae08a069;hb=ea7645bab62c6f68c755cf717662bceaa04858ed;hp=281f708b06a8bf438e7ba95d573d15065693ed42;hpb=729bd9e0b0d5977e9c2c2a4eff7e2f0ca2ad4b9e;p=oweals%2Fbusybox.git diff --git a/ipsvd/ipsvd_perhost.c b/ipsvd/ipsvd_perhost.c index 281f708b0..d4c0d795f 100644 --- a/ipsvd/ipsvd_perhost.c +++ b/ipsvd/ipsvd_perhost.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include "ipsvd_perhost.h" static struct hcc *cc; @@ -31,7 +31,7 @@ unsigned ipsvd_perhost_add(char *ip, unsigned maxconn, struct hcc **hccpp) for (i = 0; i < cclen; ++i) { if (!cc[i].ip) { freepos = i; - continue; + continue; } if (strcmp(cc[i].ip, ip) == 0) { conn++;