Browse code

remove static timeout for SESSION

git-svn: trunk@1876

Tomasz Kojm authored on 2006/03/27 05:38:06
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Sun Mar 26 22:33:42 CEST 2006 (tk)
2
+----------------------------------
3
+  * clamd/session.c: remove static timeout (5s) for SESSION
4
+		     Pointed out by Joseph Benden <joe*thrallingpenguin.com>
5
+
1 6
 Sat Mar 25 21:29:25 CET 2006 (tk)
2 7
 ---------------------------------
3 8
   * shared/output.c: fix bug reported by Alch <alch*users.sourceforge.net>
... ...
@@ -104,7 +104,6 @@ void scanner_thread(void *arg)
104 104
 
105 105
 	    case COMMAND_SESSION:
106 106
 		session = TRUE;
107
-		timeout = 5;
108 107
 		break;
109 108
 
110 109
 	    case COMMAND_END: