Author: mimir Date: 2006-05-04 17:39:35 +0000 (Thu, 04 May 2006) New Revision: 15440
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15440 Log: Formatting. rafal Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c Changeset: Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c =================================================================== --- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c 2006-05-04 17:37:57 UTC (rev 15439) +++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_connect.c 2006-05-04 17:39:35 UTC (rev 15440) @@ -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 @@ composite_done(c); } + /* Stage 2 of ncacn_np_smb: Open a named pipe after successful smb connection */
