Code

ipvs plugin: Fix a feaking stupid typo..
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 12 Oct 2007 17:10:19 +0000 (19:10 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 12 Oct 2007 17:10:19 +0000 (19:10 +0200)
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 */