Browse code

bb#1751

aCaB authored on 2009/12/16 23:23:25
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Dec 16 15:22:28 CET 2009 (acab)
2
+-----------------------------------
3
+ * clamd/server-th.c: remove c++ comment (bb#1751)
4
+
1 5
 Wed Dec 16 03:15:30 CET 2009 (acab)
2 6
 -----------------------------------
3 7
  * libclamav/c++, win32: win32 compile system for llvm refactored
... ...
@@ -591,7 +591,7 @@ static const unsigned char* parse_dispatch_cmd(client_conn_t *conn, struct fd_bu
591 591
     return cmd;
592 592
 }
593 593
 
594
-//static const unsigned char* parse_dispatch_cmd(client_conn_t *conn, struct fd_buf *buf, size_t *ppos, int *error, const struct optstruct *opts, int readtimeout)
594
+/* static const unsigned char* parse_dispatch_cmd(client_conn_t *conn, struct fd_buf *buf, size_t *ppos, int *error, const struct optstruct *opts, int readtimeout) */
595 595
 static int handle_stream(client_conn_t *conn, struct fd_buf *buf, const struct optstruct *opts, int *error, size_t *ppos, int readtimeout)
596 596
 {
597 597
     int rc;