Merge branch 'pull/master'
[collectd.git] / src / ipvs.c
index cec3092..68a3d7f 100644 (file)
@@ -330,7 +330,7 @@ static int cipvs_shutdown (void)
 {
        if (sockfd >= 0)
                close (sockfd);
-       sockfs = -1;
+       sockfd = -1;
 
        return 0;
 } /* cipvs_shutdown */