svn commit: samba r4588 - in branches/SAMBA_4_0/source/librpc/rpc: .

tridge at samba.org tridge at samba.org
Fri Jan 7 03:38:36 GMT 2005


Author: tridge
Date: 2005-01-07 03:38:36 +0000 (Fri, 07 Jan 2005)
New Revision: 4588

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4588

Log:
fixed the double bind in ncalrpc with dcerpc_secondary_connection()


Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2005-01-07 03:33:39 UTC (rev 4587)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2005-01-07 03:38:36 UTC (rev 4588)
@@ -1150,7 +1150,7 @@
 			return status;
 		}
 		b.flags &= ~DCERPC_AUTH_OPTIONS;
-		status = dcerpc_pipe_connect_ncalrpc(p2, &b, pipe_uuid, pipe_version, NULL, NULL, NULL);
+		status = dcerpc_pipe_open_pipe(p2, b.endpoint);
 		break;
 
 	default:



More information about the samba-cvs mailing list