From 87d29ef474233548039a18419d559d35fde053c0 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 12 Oct 2007 19:10:19 +0200 Subject: [PATCH] ipvs plugin: Fix a feaking stupid typo.. --- src/ipvs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipvs.c b/src/ipvs.c index cec30927..68a3d7f3 100644 --- a/src/ipvs.c +++ b/src/ipvs.c @@ -330,7 +330,7 @@ static int cipvs_shutdown (void) { if (sockfd >= 0) close (sockfd); - sockfs = -1; + sockfd = -1; return 0; } /* cipvs_shutdown */ -- 2.30.2