s4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUS
authorStefan Metzmacher <metze@samba.org>
Sat, 22 Oct 2011 01:09:59 +0000 (03:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 22 Oct 2011 01:11:57 +0000 (03:11 +0200)
commit40dc29bca749bdacd5631e74a55d74252e87a4fd
treebdd7004dd06b0cda5a8962ec6aab64a18b000806
parent662e9c04fbdf8e01036ab98783693051b0eb9c7e
s4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUS

We need to convert the errno based error to NTSTATUS
before calling tevent_req_error (via tevent_req_nterror).

metze
source4/libcli/finddcs_cldap.c