[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:13:00 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit b44fbcf5fb4650b269676fdcf6662c31fce3a9e6
Author: aCaB <acab at clamav.net>
Date:   Wed Dec 16 15:23:25 2009 +0100

    bb#1751

diff --git a/ChangeLog b/ChangeLog
index bc6c53e..7711473 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 16 15:22:28 CET 2009 (acab)
+-----------------------------------
+ * clamd/server-th.c: remove c++ comment (bb#1751)
+
 Wed Dec 16 03:15:30 CET 2009 (acab)
 -----------------------------------
  * libclamav/c++, win32: win32 compile system for llvm refactored
diff --git a/clamd/server-th.c b/clamd/server-th.c
index 34febdf..7a131ea 100644
--- a/clamd/server-th.c
+++ b/clamd/server-th.c
@@ -591,7 +591,7 @@ static const unsigned char* parse_dispatch_cmd(client_conn_t *conn, struct fd_bu
     return cmd;
 }
 
-//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)
+/* 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) */
 static int handle_stream(client_conn_t *conn, struct fd_buf *buf, const struct optstruct *opts, int *error, size_t *ppos, int readtimeout)
 {
     int rc;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list