diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-15 16:02:33 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-15 16:05:37 +0200 |
commit | 88876ac57156891e8107034e5d7f40076e032e58 (patch) | |
tree | e7278426c5f9388f1c7d24aa99bce6e96a4ebd33 /libcli | |
parent | cd421ff2fc455750af5494db7745430723834407 (diff) | |
download | samba-88876ac57156891e8107034e5d7f40076e032e58.tar.gz samba-88876ac57156891e8107034e5d7f40076e032e58.tar.bz2 samba-88876ac57156891e8107034e5d7f40076e032e58.zip |
errormap: Remove wbc -> NTSTATUS error map for now. It is not used.
This was breaking the Samba 4 installation since it added dependencies
on header files we weren't installing.
Confirmed with Kai.
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/error.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcli/util/error.h b/libcli/util/error.h index 03e76a2a39..5a7cc1b0b9 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -22,7 +22,6 @@ #include "libcli/util/werror.h" #include "libcli/util/doserr.h" #include "libcli/util/ntstatus.h" -#include "nsswitch/libwbclient/wbclient.h" /** NT error on DOS connection! (NT_STATUS_OK) */ bool ntstatus_dos_equal(NTSTATUS status1, NTSTATUS status2); @@ -47,9 +46,4 @@ WERROR ntstatus_to_werror(NTSTATUS error); *********************************************************************/ NTSTATUS map_nt_error_from_unix(int unix_error); -/******************************************************************************* - Map between wbcErr and NT status. -*******************************************************************************/ -NTSTATUS map_nt_error_from_wbcErr(wbcErr wbc_err); - #endif /* _SAMBA_ERROR_H */ |