svn commit: samba r10908 - branches/SAMBA_3_0/source/rpc_client trunk/source/rpc_client

gd at samba.org gd at samba.org
Tue Oct 11 17:36:30 GMT 2005


Author: gd
Date: 2005-10-11 17:36:29 +0000 (Tue, 11 Oct 2005)
New Revision: 10908

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

Log:
Fix PIPE mismatch to make wbinfo -m work again

Guenther

Modified:
   branches/SAMBA_3_0/source/rpc_client/cli_ds.c
   trunk/source/rpc_client/cli_ds.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_client/cli_ds.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_client/cli_ds.c	2005-10-11 16:27:05 UTC (rev 10907)
+++ branches/SAMBA_3_0/source/rpc_client/cli_ds.c	2005-10-11 17:36:29 UTC (rev 10908)
@@ -85,7 +85,7 @@
 
 	init_q_ds_enum_domain_trusts( &q, server, flags );
 		
-	CLI_DO_RPC( cli, mem_ctx, PI_LSARPC_DS, DS_ENUM_DOM_TRUSTS,
+	CLI_DO_RPC( cli, mem_ctx, PI_NETLOGON, DS_ENUM_DOM_TRUSTS,
 		q, r,
 		qbuf, rbuf,
 		ds_io_q_enum_domain_trusts,

Modified: trunk/source/rpc_client/cli_ds.c
===================================================================
--- trunk/source/rpc_client/cli_ds.c	2005-10-11 16:27:05 UTC (rev 10907)
+++ trunk/source/rpc_client/cli_ds.c	2005-10-11 17:36:29 UTC (rev 10908)
@@ -85,7 +85,7 @@
 
 	init_q_ds_enum_domain_trusts( &q, server, flags );
 		
-	CLI_DO_RPC( cli, mem_ctx, PI_LSARPC_DS, DS_ENUM_DOM_TRUSTS,
+	CLI_DO_RPC( cli, mem_ctx, PI_NETLOGON, DS_ENUM_DOM_TRUSTS,
 		q, r,
 		qbuf, rbuf,
 		ds_io_q_enum_domain_trusts,



More information about the samba-cvs mailing list