mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-build: only use ndr_samr.h where needed.
Guenther
This commit is contained in:
parent
60079f59b0
commit
66adb84e46
@ -19,6 +19,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_client/cli_samr.h"
|
||||
#include "../librpc/gen_ndr/ndr_samr.h"
|
||||
|
||||
/*************************************************************
|
||||
Change a password on a remote machine using IPC calls.
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "../librpc/gen_ndr/ndr_lsa.h"
|
||||
#include "../librpc/gen_ndr/ndr_samr.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_RPC_SRV
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "rpcclient.h"
|
||||
#include "../librpc/gen_ndr/cli_lsa.h"
|
||||
#include "rpc_client/cli_lsarpc.h"
|
||||
#include "../librpc/gen_ndr/ndr_samr.h"
|
||||
|
||||
static NTSTATUS cmd_testme(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
|
||||
int argc, const char **argv)
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "utils/net.h"
|
||||
#include "../librpc/gen_ndr/ndr_samr.h"
|
||||
|
||||
static NTSTATUS rpc_sh_info(struct net_context *c,
|
||||
TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx,
|
||||
|
Loading…
x
Reference in New Issue
Block a user