1
0
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:
Andreas Schneider 2011-05-30 10:40:37 +02:00
parent e340cd83f8
commit 44fb1140bb

View File

@ -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;