[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: rootcheck.c (HEAD) [dcid]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: rootcheck.c (HEAD) [dcid]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Sun, 22 Jul 2007 20:00:25 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: dcid 07/07/22 20:00:22
Modified files:
rootcheck.c
Log message:
Description: Fixing small bug on rootcheck force time and changing license to gplv3 on the ui.
Reviewed by: dcid
Bug:
Index: rootcheck.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/decoders/rootcheck.c,v
diff -u -r1.20 -r1.21
--- rootcheck.c 7 Jul 2007 03:11:47 -0000 1.20
+++ rootcheck.c 22 Jul 2007 23:00:22 -0000 1.21
@@ -209,7 +209,7 @@
if(strcmp(lf->log, tmpstr) == 0)
{
fsetpos(fp, &fp_pos);
- fprintf(fp, "%d", lf->time);
+ fprintf(fp, "!%d", lf->time);
return(0);
}
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.