[NeoStats-Devel] [Commits] r374 - branches/3.0

[email protected] Tue, 20 Sep 2005 06:38:37 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Tue Sep 20 04:38:36 2005
New Revision: 374

Modified:
   branches/3.0/SecureServ.c
Log:
update to new event table end macro

Modified: branches/3.0/SecureServ.c
==============================================================================
--- branches/3.0/SecureServ.c	(original)
+++ branches/3.0/SecureServ.c	Tue Sep 20 04:38:36 2005
@@ -306,7 +306,7 @@
 	{ EVENT_BOTKILL, 		ss_event_botkill},
 	{ EVENT_CTCPVERSIONRPLBC, ss_event_versionreply},	
 	{ EVENT_CTCPVERSIONREQ, ss_event_versionrequest},	
-	{ EVENT_NULL, 			NULL}
+	NS_EVENT_END()
 };
 
 static int ss_event_quit(CmdParams *cmdparams)