From: Florian Forster Date: Fri, 12 Oct 2007 17:10:19 +0000 (+0200) Subject: ipvs plugin: Fix a feaking stupid typo.. X-Git-Tag: collectd-4.2.0~25^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=87d29ef474233548039a18419d559d35fde053c0;p=collectd.git ipvs plugin: Fix a feaking stupid typo.. --- diff --git a/src/ipvs.c b/src/ipvs.c index cec30927..68a3d7f3 100644 --- a/src/ipvs.c +++ b/src/ipvs.c @@ -330,7 +330,7 @@ static int cipvs_shutdown (void) { if (sockfd >= 0) close (sockfd); - sockfs = -1; + sockfd = -1; return 0; } /* cipvs_shutdown */