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

tridge at samba.org tridge at samba.org
Fri Jan 7 03:33:39 GMT 2005


Author: tridge
Date: 2005-01-07 03:33:39 +0000 (Fri, 07 Jan 2005)
New Revision: 4587

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

Log:
fixed dcerpc_secondary_connection() for ncacn_ip_tcp

this fixes RPC-SAMLOGON and some other tests on ncacn_ip_tcp


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:12:30 UTC (rev 4586)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2005-01-07 03:33:39 UTC (rev 4587)
@@ -1141,9 +1141,7 @@
 			return status;
 		}
 		b.flags &= ~DCERPC_AUTH_OPTIONS;
-		status = dcerpc_pipe_connect_ncacn_ip_tcp(p2, &b, pipe_uuid,
-							  pipe_version, NULL, 
-							  NULL, NULL);
+		status = dcerpc_pipe_open_tcp(p2, b.host, atoi(b.endpoint));
 		break;
 
 	case NCALRPC:



More information about the samba-cvs mailing list