added code to the RPC-SPOOLSS test that demonstrates that policy
[samba.git] / source4 / librpc / rpc / dcerpc_tcp.c
index b577260033ca719e4c3c54ef219315725913bef1..afdf2430718966c5c1c929c9ea3dfccfc78d880c 100644 (file)
@@ -183,6 +183,7 @@ NTSTATUS dcerpc_pipe_open_tcp(struct dcerpc_pipe **p,
        /*
          fill in the transport methods
        */
+       (*p)->transport.transport = NCACN_IP_TCP;
        (*p)->transport.private = NULL;
        (*p)->transport.full_request = tcp_full_request;
        (*p)->transport.secondary_request = tcp_secondary_request;