summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83149d7)
raw | patch | inline | side by side (parent: 83149d7)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 12 Oct 2007 17:10:19 +0000 (19:10 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 12 Oct 2007 17:10:19 +0000 (19:10 +0200) |
src/ipvs.c | patch | blob | history |
diff --git a/src/ipvs.c b/src/ipvs.c
index cec309274d03b0ef291123add1036daa41a96c07..68a3d7f3bf9d46a9f47c17492a6acd926458cfbc 100644 (file)
--- a/src/ipvs.c
+++ b/src/ipvs.c
{
if (sockfd >= 0)
close (sockfd);
- sockfs = -1;
+ sockfd = -1;
return 0;
} /* cipvs_shutdown */