torture: do not reuse bindings between pipes
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Dec 2011 07:10:17 +0000 (18:10 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Dec 2011 11:57:07 +0000 (12:57 +0100)
commitc79db40040e27e1f7853db322d7c7460895d57bc
tree1975d0541671b9ca49fd8c8507d9b8626521c8c2
parente42e1ac089b3eca988848f3763ba54820192cb24
torture: do not reuse bindings between pipes

This avoids connecting to the netlogon server over \pipe\lsarpc

This works against windows because all pipes are implemented in the same
process, but not Samba4, and relying on this is not recommended in the WSPP docs.

Andrew Bartlett
source4/torture/rpc/forest_trust.c