Move libcli-util error code to top-level.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Oct 2008 01:11:19 +0000 (03:11 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Oct 2008 01:11:19 +0000 (03:11 +0200)
libcli/util/doserr.c [moved from source4/libcli/util/doserr.c with 100% similarity]
libcli/util/doserr.h [moved from source4/libcli/util/doserr.h with 100% similarity]
libcli/util/error.h [moved from source4/libcli/util/error.h with 100% similarity]
libcli/util/errormap.c [moved from source4/libcli/util/errormap.c with 100% similarity]
libcli/util/nterr.c [moved from source4/libcli/util/nterr.c with 100% similarity]
libcli/util/werror.h [moved from source4/libcli/util/werror.h with 100% similarity]
source4/libcli/config.mk
source4/torture/rpc/epmapper.c

index 8d9a1f5fa8bf4063da21d487dcaa0921dd9ac8ee..887cdf81675684e19963db628de9c869a9a973e6 100644 (file)
@@ -5,9 +5,9 @@ mkinclude wbclient/config.mk
 
 [SUBSYSTEM::LIBSAMBA-ERRORS]
 
-LIBSAMBA-ERRORS_OBJ_FILES = $(addprefix $(libclisrcdir)/util/, doserr.o errormap.o nterr.o)
+LIBSAMBA-ERRORS_OBJ_FILES = $(addprefix ../libcli/util/, doserr.o errormap.o nterr.o)
 
-PUBLIC_HEADERS += $(addprefix $(libclisrcdir)/, util/error.h util/ntstatus.h util/doserr.h util/werror.h)
+PUBLIC_HEADERS += $(addprefix ../libcli/util/, util/error.h util/ntstatus.h util/doserr.h util/werror.h)
 
 [SUBSYSTEM::LIBCLI_LSA]
 PUBLIC_DEPENDENCIES = RPC_NDR_LSA
index 708d46a5dcb2a167108c0913f6df7bef6a354427..e99b3b13549954fc9c5d68da4c0e4853241031ff 100644 (file)
@@ -268,9 +268,7 @@ struct torture_suite *torture_rpc_epmapper(TALLOC_CTX *mem_ctx)
                                                                                          &ndr_table_epmapper);
 
        torture_rpc_tcase_add_test(tcase, "Lookup", test_Lookup);
-
        torture_rpc_tcase_add_test(tcase, "Insert", test_Insert);
-
        torture_rpc_tcase_add_test(tcase, "InqObject", test_InqObject);
 
        return suite;