mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-rpc_server: Added syntax id to pipe_rpc_fns struct.
This commit is contained in:
parent
e340cd83f8
commit
44fb1140bb
@ -86,7 +86,8 @@ typedef struct pipe_rpc_fns {
|
||||
|
||||
const struct api_struct *cmds;
|
||||
int n_cmds;
|
||||
uint32 context_id;
|
||||
uint32_t context_id;
|
||||
struct ndr_syntax_id syntax;
|
||||
|
||||
} PIPE_RPC_FNS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user