s3-rpc_server: Remove guessing of the syntax id.
authorAndreas Schneider <asn@samba.org>
Wed, 25 May 2011 15:26:01 +0000 (17:26 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 1 Jun 2011 10:02:15 +0000 (12:02 +0200)
commit438b24a77f5173d9ffee76009589033ece6e9dce
treec46d897575cb8873d71235fb053ccd0642b7dbe3
parent7d800a8694e7c9bef96ae006ace5807872f375d4
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.
source3/rpc_server/epmd.c
source3/rpc_server/rpc_ep_setup.c
source3/rpc_server/rpc_server.c
source3/rpc_server/rpc_server.h
source3/rpc_server/srv_pipe.c