From: Matthew Jordan Date: Fri, 7 Feb 2014 16:46:14 +0000 (+0000) Subject: security_events: Fix error caused by DTD validation error X-Git-Tag: 12.2.0-rc1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660bce4d6aa2978796feecf93fc1d3981af2a66b;p=thirdparty%2Fasterisk.git security_events: Fix error caused by DTD validation error The appdocsxml.dtd specifies that a "required" attribute in a parameter may have a value of yes, no, true, or false. On some systems, specifying "False" instead of "false" would cause a validation error. This patch fixes the casing to explicitly match the DTD. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@407676 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/security_events.c b/main/security_events.c index 71b210fff8..2809dd0ef1 100644 --- a/main/security_events.c +++ b/main/security_events.c @@ -65,13 +65,13 @@ The remote address of the entity that caused the security event to be raised. - + If available, the name of the module that raised the event. - + If available, the name of the ACL that failed. - + The timestamp reported by the session. @@ -180,7 +180,7 @@ - + Parameters provided to the rejected request. @@ -221,7 +221,7 @@ - + The account ID associated with the rejected request. @@ -308,13 +308,13 @@ - + The challenge that was sent. - + The challenge that was received. - + The hash that was received.