On Tue, Sep 24, 2013 at 04:06:22PM +0200, Lukas Slebodnik wrote:
@@ -3639,7 +3662,8 @@ static errno_t nss_cmd_getsidby_search(struct nss_dom_ctx *dctx) dom = get_next_domain(dom, true); continue; }
return ENOENT;
ret = ENOMEM;^^^^^^ Is it aim or mistake? s/ENOMEM/ENOENT/
It's a typo and thanks for the catch. New patches are attached.