git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4617 77e5149b-7576-45b1-b177-96237e5ba77b

aCaB authored on 2009/01/15 02:22:43
Showing 1 changed files
... ...
@@ -133,8 +133,6 @@ static int dsresult(int sockd, const char *scantype, const char *filename, const
133 133
 	bol = buff;
134 134
     }
135 135
 
136
-    if(!infected && !printinfected && !waserror)
137
-
138 136
     return infected ? infected : (waserror ? -1 : 0);
139 137
 }
140 138