X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipvs.c;h=e614b935c542b4333bb450c586a01f8eb99c59df;hb=47c86ace348a1d7a5352a83d10935209f89aa4f5;hp=a8c4a1d2fe852297fcc9445db2b1dac5d3f3ca13;hpb=64b8150edec2271bb110f36e70915fdd87d9cac2;p=collectd.git diff --git a/src/ipvs.c b/src/ipvs.c index a8c4a1d2..e614b935 100644 --- a/src/ipvs.c +++ b/src/ipvs.c @@ -295,7 +295,7 @@ static int cipvs_read(void) { struct ip_vs_get_services *services = NULL; if (sockfd < 0) - return (-1); + return -1; if (NULL == (services = ipvs_get_services())) return -1;