projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83149d7
)
ipvs plugin: Fix a feaking stupid typo..
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
cec3092
..
68a3d7f
100644
(file)
--- a/
src/ipvs.c
+++ b/
src/ipvs.c
@@
-330,7
+330,7
@@
static int cipvs_shutdown (void)
{
if (sockfd >= 0)
close (sockfd);
- sockf
s
= -1;
+ sockf
d
= -1;
return 0;
} /* cipvs_shutdown */