[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: config.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/08/21 21:49:29

Modified files:
	config.c

Log message:
Description: Fixing entry (should be active-response, not active_response)
Reviewed by: dcid
Bug:

Index: config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_execd/config.c,v
diff -u -r1.9 -r1.10
--- config.c	25 Nov 2006 14:30:17 -0000	1.9
+++ config.c	22 Aug 2007 00:49:29 -0000	1.10
@@ -18,7 +18,7 @@
  */
 int ExecdConfig(char * cfgfile)
 {
-    char *(xmlf[]) = {"ossec_config", "active_response", "disabled", NULL};
+    char *(xmlf[]) = {"ossec_config", "active-response", "disabled", NULL};
     char *disable_entry;
 
     OS_XML xml;


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.