URL: https://github.com/SSSD/sssd/pull/33
Title: #33: SECRETS: Some small misc fixes + fixing #3168

jhrozek commented:
"""
On Wed, Sep 28, 2016 at 02:16:36AM -0700, fidencio wrote:
> fidencio commented on this pull request.
> 
> 
> 
> > @@ -447,6 +468,9 @@ static int local_db_create(TALLOC_CTX *mem_ctx,
>      ret = local_db_check_containers(msg, lctx, msg->dn);
>      if (ret != EOK) goto done;
>  
> +    ret = local_db_check_containers_nested_level(lctx, msg->dn);
> +    if (ret != EOK) goto done;
> 
> I can rebase my patches on top of yours, that wouldn't be a problem. Let me 
> know what's your preference.

I think it's better to get in the code patches and then the DEBUG
patches (it's easier and less error-prone to rebase DEBUG messages
IMO..)

But I guess adding a DEBUG message to this particular place would be
nice..

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/33#issuecomment-250117961
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to