Browse code

add note to myself

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2395 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2006/10/16 08:23:47
Showing 1 changed files
... ...
@@ -925,6 +925,10 @@ int updatedb(const char *dbname, const char *hostname, char *ip, int *signo, con
925 925
 	ret = 0;
926 926
 
927 927
 	for(i = currver + 1; i <= newver; i++) {
928
+	    /*
929
+	     * !!! FIXME !!!: Redesign this code to make more than one attempt
930
+	     *		      to download a single cdiff.
931
+	     */
928 932
 	    ret = getpatch(dbname, i, hostname, ip, localip, proxy, port, user, pass, uas, ctimeout, rtimeout);
929 933
 	    if(ret) {
930 934
 		logg("^Removing incremental directory %s\n", dbinc);