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)
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>

No differences found