[SSSD] [PATCH] Better cleanup task handling

Simo Sorce ssorce at redhat.com
Tue Feb 23 17:22:05 UTC 2010


On Tue, 23 Feb 2010 13:50:42 +0100
Jakub Hrozek <jhrozek at redhat.com> wrote:

> +    ret = get_uid_table(state, &state->uid_table);
> +    if (ret != EOK) {
> +        tevent_req_error(req, ret);
> +        return;
> +    }
> +

On non-linux platforms this returns ENOSYS
You can't make it a hard error IMO.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York



More information about the sssd-devel mailing list