patch attached to fix

thanks for catching

regards
-steve

On Wed, 2009-07-15 at 12:02 +0200, Andrew Beekhof wrote:
> Steve,
> 
> The commit appears incomplete as it causes the plugins to no longer be  
> unloaded.
> Looks like you forgot a call to openais_shutdown_objdb_register().
> 
> Do you want it added in the signal handlers or somewhere central?
> 
> -- Andrew
> 
> 
> 
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais
Index: exec/main.c
===================================================================
--- exec/main.c	(revision 2042)
+++ exec/main.c	(working copy)
@@ -476,6 +476,8 @@
 
 	objdb->objdb_init ();
 
+//	openais_shutdown_objdb_register (objdb);
+
 	/*
 	 * Bootstrap in the default configuration parser or use
 	 * the openais default built in parser if the configuration parser
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to