libprelude/master: Fix typo
[email protected] Mon, 11 Jan 2010 12:23:46 +0100 (CET)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 93b78633b9aa94bd5dd5bfe43bb6a40ac5c392bd Author: Yoann Vandoorselaere <[email protected]> Date: Mon Dec 7 09:51:59 2009 +0100 Fix typo ======================================== src/common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================== diff --git a/src/common.c b/src/common.c index 47020df..f4bc2df 100644 --- a/src/common.c +++ b/src/common.c @@ -509,7 +509,7 @@ prelude_msg_priority_t _idmef_impact_severity_to_msg_priority(idmef_impact_sever static const prelude_msg_priority_t priority[] = { PRELUDE_MSG_PRIORITY_NONE, /* not bound */ PRELUDE_MSG_PRIORITY_LOW, /* IDMEF_IMPACT_SEVERITY_INFO -> 1 */ - PRELUDE_MSG_PRIORITY_LOW /* IDMEF_IMPACT_SEVERITY_LOW -> 2 */ + PRELUDE_MSG_PRIORITY_LOW, /* IDMEF_IMPACT_SEVERITY_LOW -> 2 */ PRELUDE_MSG_PRIORITY_MID, /* IDMEF_IMPACT_SEVERITY_MEDIUM -> 3 */ PRELUDE_MSG_PRIORITY_HIGH, /* IDMEF_IMPACT_SEVERITY_HIGH -> 4 */ }; _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog