From 42d3fe877246e6146578d847c3ac6263ee9280c7 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Fri, 7 Feb 2014 16:47:56 +0000 Subject: 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. ........ Merged revisions 407676 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407677 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/security_events.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main/security_events.c b/main/security_events.c index 54cca2d5e..bf35b1c7c 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. -- cgit v1.2.3