diff options
author | Rafal Szczesniak <mimir@samba.org> | 2006-05-04 17:39:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:37 -0500 |
commit | b2154e79b127d655a9ad875f7d4fd6e21cb1d8b8 (patch) | |
tree | a7f204cf4ac1be46eed3892670c2e36d5167e4b4 /source4/librpc/rpc | |
parent | ccf5696b973de3d0ea4c48966c6d647504a68862 (diff) | |
download | samba-b2154e79b127d655a9ad875f7d4fd6e21cb1d8b8.tar.gz samba-b2154e79b127d655a9ad875f7d4fd6e21cb1d8b8.tar.bz2 samba-b2154e79b127d655a9ad875f7d4fd6e21cb1d8b8.zip |
r15440: Formatting.
rafal
(This used to be commit b4c378302bd56e7bbdce6a20b5623d8949d3ecef)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_connect.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/librpc/rpc/dcerpc_connect.c b/source4/librpc/rpc/dcerpc_connect.c index 64bb78ec60..d69db51eb4 100644 --- a/source4/librpc/rpc/dcerpc_connect.c +++ b/source4/librpc/rpc/dcerpc_connect.c @@ -31,12 +31,10 @@ #include "lib/events/events.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" -#include "auth/credentials/credentials.h" #include "librpc/rpc/dcerpc.h" +#include "auth/credentials/credentials.h" -struct dcerpc_pipe_connect; - struct pipe_np_smb_state { struct smb_composite_connect conn; struct smbcli_tree *tree; @@ -59,6 +57,7 @@ static void continue_pipe_open_smb(struct composite_context *ctx) composite_done(c); } + /* Stage 2 of ncacn_np_smb: Open a named pipe after successful smb connection */ |