[svn-commits] russell: branch group/security_events r192632 - /team/group/security_events/res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 5 18:43:58 CDT 2009


Author: russell
Date: Tue May  5 18:43:55 2009
New Revision: 192632

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=192632
Log:
Let's play a game called "Compiling Is A Good Thing."

Modified:
    team/group/security_events/res/res_security_log.c

Modified: team/group/security_events/res/res_security_log.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/res/res_security_log.c?view=diff&rev=192632&r1=192631&r2=192632
==============================================================================
--- team/group/security_events/res/res_security_log.c (original)
+++ team/group/security_events/res/res_security_log.c Tue May  5 18:43:55 2009
@@ -34,8 +34,6 @@
 #include "asterisk/security_events.h"
 
 static struct ast_event_sub *security_event_sub;
-
-static void failed_acl_handler(const struct ast_event *event);
 
 static const struct {
 	uint32_t version;
@@ -79,7 +77,7 @@
 		return;
 	}
 
-	event_handlers[event_type].handler(event);
+	/* XXX */
 }
 
 static int load_module(void)




More information about the svn-commits mailing list