mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
rpc_open_tcp: now drsuapi is complete, we can use it in the test program.
Michael
(This used to be commit 73eb8b7386
)
This commit is contained in:
@ -21,9 +21,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
#include "librpc/gen_ndr/ndr_dfs.h"
|
#include "librpc/gen_ndr/ndr_dfs.h"
|
||||||
#if 0
|
|
||||||
#include "librpc/gen_ndr/ndr_drsuapi.h"
|
#include "librpc/gen_ndr/ndr_drsuapi.h"
|
||||||
#endif
|
|
||||||
#include "librpc/gen_ndr/ndr_dssetup.h"
|
#include "librpc/gen_ndr/ndr_dssetup.h"
|
||||||
#include "librpc/gen_ndr/ndr_echo.h"
|
#include "librpc/gen_ndr/ndr_echo.h"
|
||||||
#include "librpc/gen_ndr/ndr_epmapper.h"
|
#include "librpc/gen_ndr/ndr_epmapper.h"
|
||||||
@ -39,9 +37,7 @@
|
|||||||
#include "librpc/gen_ndr/ndr_wkssvc.h"
|
#include "librpc/gen_ndr/ndr_wkssvc.h"
|
||||||
|
|
||||||
extern const struct ndr_interface_table ndr_table_netdfs;
|
extern const struct ndr_interface_table ndr_table_netdfs;
|
||||||
#if 0
|
|
||||||
extern const struct ndr_interface_table ndr_table_drsuapi;
|
extern const struct ndr_interface_table ndr_table_drsuapi;
|
||||||
#endif
|
|
||||||
extern const struct ndr_interface_table ndr_table_dssetup;
|
extern const struct ndr_interface_table ndr_table_dssetup;
|
||||||
extern const struct ndr_interface_table ndr_table_rpcecho;
|
extern const struct ndr_interface_table ndr_table_rpcecho;
|
||||||
extern const struct ndr_interface_table ndr_table_epmapper;
|
extern const struct ndr_interface_table ndr_table_epmapper;
|
||||||
@ -58,9 +54,7 @@ extern const struct ndr_interface_table ndr_table_wkssvc;
|
|||||||
|
|
||||||
const struct ndr_interface_table *tables[] = {
|
const struct ndr_interface_table *tables[] = {
|
||||||
&ndr_table_netdfs,
|
&ndr_table_netdfs,
|
||||||
#if 0
|
|
||||||
&ndr_table_drsuapi,
|
&ndr_table_drsuapi,
|
||||||
#endif
|
|
||||||
&ndr_table_dssetup,
|
&ndr_table_dssetup,
|
||||||
&ndr_table_rpcecho,
|
&ndr_table_rpcecho,
|
||||||
&ndr_table_epmapper,
|
&ndr_table_epmapper,
|
||||||
|
Reference in New Issue
Block a user