summaryrefslogtreecommitdiff
path: root/source3/rpc_server/rpc_server.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-05-25 17:26:01 +0200
committerAndreas Schneider <asn@samba.org>2011-06-01 12:02:15 +0200
commit438b24a77f5173d9ffee76009589033ece6e9dce (patch)
treec46d897575cb8873d71235fb053ccd0642b7dbe3 /source3/rpc_server/rpc_server.h
parent7d800a8694e7c9bef96ae006ace5807872f375d4 (diff)
downloadsamba-438b24a77f5173d9ffee76009589033ece6e9dce.tar.gz
samba-438b24a77f5173d9ffee76009589033ece6e9dce.tar.bz2
samba-438b24a77f5173d9ffee76009589033ece6e9dce.zip
s3-rpc_server: Remove guessing of the syntax id.
This is only a wild guess. We don't know to which rpc service the client wants to talk until we read the the rpc bind packet.
Diffstat (limited to 'source3/rpc_server/rpc_server.h')
-rw-r--r--source3/rpc_server/rpc_server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_server/rpc_server.h b/source3/rpc_server/rpc_server.h
index 41d508c6dc..aafc96238a 100644
--- a/source3/rpc_server/rpc_server.h
+++ b/source3/rpc_server/rpc_server.h
@@ -31,13 +31,11 @@ bool setup_named_pipe_socket(const char *pipe_name,
uint16_t setup_dcerpc_ncacn_tcpip_socket(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx,
- struct ndr_syntax_id syntax_id,
const struct sockaddr_storage *ifss,
uint16_t port);
bool setup_dcerpc_ncalrpc_socket(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx,
- struct ndr_syntax_id syntax_id,
const char *name,
dcerpc_ncacn_disconnect_fn fn);