[Openais] [PATCH flatiron] Revert mistaken merge.

Angus Salkeld asalkeld at redhat.com
Thu Apr 22 15:39:15 PDT 2010


On Thu, 2010-04-22 at 14:59 -0700, Steven Dake wrote:
> can you apply this to flatiron then?
> 

Committed to flatiron.

-Angus

> Thanks
> -steve
> 
> On Wed, 2010-04-21 at 10:48 +1000, Angus Salkeld wrote:
> > Hi
> > 
> > Steve I think you mistakenly brought this into flatiron.
> > (it doesn't compile).
> > 
> > -Angus
> > 
> > Signed-off-by: Angus Salkeld <asalkeld at redhat.com>
> > ---
> >  lib/confdb.c |   11 -----------
> >  1 files changed, 0 insertions(+), 11 deletions(-)
> > 
> > diff --git a/lib/confdb.c b/lib/confdb.c
> > index 8382e4a..2879700 100644
> > --- a/lib/confdb.c
> > +++ b/lib/confdb.c
> > @@ -384,17 +384,6 @@ cs_error_t confdb_dispatch (
> >  					res_object_destroyed_pt->name.length);
> >  				break;
> >  
> > -		        case MESSAGE_RES_CONFDB_RELOAD_CALLBACK:
> > -				if (callbacks.confdb_reload_notify_fn == NULL) {
> > -					break;
> > -				}
> > -
> > -				res_reload_pt = (struct res_lib_confdb_reload_callback *)dispatch_data;
> > -
> > -				callbacks.confdb_reload_notify_fn(handle,
> > -					res_reload_pt->type);
> > -				break;
> > -
> >  			default:
> >  				coroipcc_dispatch_put (confdb_inst->handle);
> >  				error = CS_ERR_LIBRARY;
> 




More information about the Openais mailing list