On Wed, Aug 17, 2016 at 03:41:29PM +0200, Jakub Hrozek wrote:
> On Wed, Aug 17, 2016 at 01:16:48PM +0200, Petr Cech wrote:
> > @@ -379,7 +394,12 @@ static void sdap_get_tgt_done(struct tevent_req 
> > *subreq)
> >  
> >      sdap_close_fd(&state->child->io->read_from_child_fd);
> >  
> > -    tevent_req_done(req);
> > +    if (state->kill_te == NULL) {
> > +        tevent_req_done(req);
> > +        return;
> > +    }
> > +
> > +    // wait for child callback to terminate the request
> 
> Please don't use C++ commments in SSSD code. Since this is the only
> comment, I can convert to a C-style comments before pushing.

master:
    * 864cdac4c7fbe768d768da5e01b7518eb02836d9
    * b9a0959c274367dcf69bba6b0a942a1682c74f73
    * 4313147ab4214037900cbb3ced8a03e492bff02c 
sssd-1-13:
    * 41afbb6b86d592be2d0f831dbea4f4d92b73cdb5
    * 09403b66fa73d294f38ddd4afa4d32eaf8d92087
    * 96e135a1b42c565c257e525c1eb04751058e6836 
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

Reply via email to