Code

src/utils_threshold.h: Documented the public functions.
[collectd.git] / src / ipvs.c
index cec309274d03b0ef291123add1036daa41a96c07..68a3d7f3bf9d46a9f47c17492a6acd926458cfbc 100644 (file)
@@ -330,7 +330,7 @@ static int cipvs_shutdown (void)
 {
        if (sockfd >= 0)
                close (sockfd);
-       sockfs = -1;
+       sockfd = -1;
 
        return 0;
 } /* cipvs_shutdown */