[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: run_check.c (HEAD) [dcid]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: run_check.c (HEAD) [dcid]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Thu, 9 Aug 2007 21:56:25 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: dcid 07/08/09 21:56:23
Modified files:
run_check.c
Log message:
Description: Adding a directory tree lib, fixing CONTRIB entry and a few more license tweaks..
Reviewed by: dcid
Bug:
Index: run_check.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/syscheckd/run_check.c,v
diff -u -r1.27 -r1.28
--- run_check.c 28 Mar 2007 02:53:58 -0000 1.27
+++ run_check.c 10 Aug 2007 00:56:23 -0000 1.28
@@ -109,7 +109,7 @@
sleep(syscheck.tsleep * 10);
- /* Send the integrity database to the agent */
+ /* Send the integrity database to the server */
{
char buf[MAX_LINE +1];
int file_count = 0;
@@ -161,6 +161,7 @@
/* Before entering in daemon mode itself */
+ prev_time_sk = time(0);
sleep(syscheck.tsleep * 10);
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.