[patch] Let delete objects if back-end lost them

Mark McLoughlin markmc at redhat.com
Wed Aug 3 13:52:59 UTC 2011


On Wed, 2011-08-03 at 14:39 +0200, Jim Meyering wrote:
> >       if (rc == MHD_HTTP_OK) {
> > +             if (meta_get_value(ms->bucket,ms->key,"_etag",&etag))
> > +                     return do_resp(conn,ms,MHD_HTTP_NOT_FOUND,NULL,NULL);
> 
> I applied this patch and added a test intended to exercise it,
> but found that it does not compile due to the absence of a "do_resp".
> Is that defined in some file you need to add?  Is it a typo? 

AFAIR, that's defined in Pete's GSSAPI patch

Cheers,
Mark.



More information about the iwhd-devel mailing list