We were erroneously returning ENOENT, but the associated _done() function treats all error codes other than EOK as fatal. This patch modifies sdap_initgr_nested_send() to return EOK instead.
On Tue, May 17, 2011 at 12:52:26PM -0400, Stephen Gallagher wrote:
We were erroneously returning ENOENT, but the associated _done() function treats all error codes other than EOK as fatal. This patch modifies sdap_initgr_nested_send() to return EOK instead.
Ack
On Tue, 2011-05-17 at 21:21 +0200, Jakub Hrozek wrote:
On Tue, May 17, 2011 at 12:52:26PM -0400, Stephen Gallagher wrote:
We were erroneously returning ENOENT, but the associated _done() function treats all error codes other than EOK as fatal. This patch modifies sdap_initgr_nested_send() to return EOK instead.
Ack
Pushed to master.
sssd-devel@lists.fedorahosted.org