[lwatch-cvs] files/src strpcre.c,1.14,1.15
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-25 16:30:09
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25000
Modified Files:
strpcre.c
Log Message:
- uuuuch, I've forgot about message
Index: strpcre.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/strpcre.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** strpcre.c 25 Feb 2003 16:24:44 -0000 1.14
--- strpcre.c 25 Feb 2003 16:30:00 -0000 1.15
***************
*** 189,193 ****
match=serv_s; /* match service */
} else if (lw_actions[i].match_host) {
! match=host_s; /* match message body */
}
n=pcre_exec(lw_actions[i].re,lw_actions[i].rh,
--- 189,195 ----
match=serv_s; /* match service */
} else if (lw_actions[i].match_host) {
! match=host_s; /* match hostname body */
! } else {
! match=mesg_s; /* match message body */
}
n=pcre_exec(lw_actions[i].re,lw_actions[i].rh,
|