take two this was in my repo not sure where the other patch came from
thanks for reviewing On Wed, 2009-07-15 at 22:32 +0200, Lars Marowsky-Bree wrote: > On 2009-07-15T11:17:20, Steven Dake <[email protected]> wrote: > > > patch attached to fix > > > > thanks for catching > > The // is supposed to be gone, right? > > > @@ -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 > > Regards, > Lars >
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
