diff options
author | Andreas Schneider <asn@samba.org> | 2011-05-31 13:37:11 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-06-01 12:02:16 +0200 |
commit | f086057ce89a5a09e26b7b0f85e598951a866851 (patch) | |
tree | 2b68cdf173ed83ddf118364ada752961d4eb8a27 /source3/include | |
parent | 751ecd9bf7e3d657cad7de72f396a15357f9d26f (diff) | |
download | samba-f086057ce89a5a09e26b7b0f85e598951a866851.tar.gz samba-f086057ce89a5a09e26b7b0f85e598951a866851.tar.bz2 samba-f086057ce89a5a09e26b7b0f85e598951a866851.zip |
s3-rpc_server: Remove syntax from pipes_struct.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index fc30dd984a..ff728736d4 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -116,7 +116,6 @@ struct pipes_struct { struct auth_serversupplied_info *session_info; struct messaging_context *msg_ctx; - struct ndr_syntax_id syntax; struct dcesrv_ep_entry_list *ep_entries; /* linked list of rpc dispatch tables associated |