Browse code

remove superfluous close(hostfd)

git-svn: trunk@1552

Tomasz Kojm authored on 2005/05/17 06:06:46
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Mon May 16 23:02:13 CEST 2005 (tk)
2
+----------------------------------
3
+  * freshclam/manager.c: remove superfluous close(hostfd), thanks to Pavel V.
4
+			 Rochnyack <rpv*fsf.tsu.ru>
5
+
1 6
 Mon May 16 02:51:03 CEST 2005 (tk)
2 7
 ----------------------------------
3 8
   * configure.in: detect and define SENDMAIL_VERSION
... ...
@@ -346,7 +346,6 @@ int downloaddb(const char *localname, const char *remotename, const char *hostna
346 346
 	}
347 347
 
348 348
 	*signo += current->sigs;
349
-	close(hostfd);
350 349
 	cl_cvdfree(current);
351 350
 	return 1;
352 351
     }