s4:tortore:raw/qfileinfo: don't use dcerpc_pipe_open_smb() to open a named pipe
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Sep 2013 05:01:57 +0000 (07:01 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Oct 2013 19:48:47 +0000 (08:48 +1300)
commit3b53566ebb2be28dae82198e35bc27003eaf7b21
tree293c3577a0a824f7cb968f6be6692f108969df81
parenta3074521d408acc4de8a6f810a99f0d6b0c0e324
s4:tortore:raw/qfileinfo: don't use dcerpc_pipe_open_smb() to open a named pipe

We can directly use smb_raw_open() to open a handle to a named pipe.
This avoids the need for the layer violation functions
dcerpc_smb_tree() and dcerpc_smb_fnum().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/raw/qfileinfo.c