s3-rpc_server: Store the ndr syntax id in the pipe context.
authorAndreas Schneider <asn@samba.org>
Wed, 25 May 2011 14:03:43 +0000 (16:03 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 1 Jun 2011 10:02:15 +0000 (12:02 +0200)
commite39e09ffb5baa527b03454c905ccd1292fa9c93f
treefe06fcad4b0dbb0786621d9d7283f90757d0266f
parent44fb1140bb92259f10852e24bde82a13f926ca15
s3-rpc_server: Store the ndr syntax id in the pipe context.

The client tell us in the rpc bind to which rpc service it wants to
connect. We did set the p->syntax earlier by guessing to which pipe name
it connects, but we don't know to which rpc service it wants to bind
until we read the first packet.
source3/rpc_server/srv_pipe.c