svn commit: samba r3112 - in branches/SAMBA_4_0/source: rpc_server/epmapper torture/rpc

jelmer at samba.org jelmer at samba.org
Thu Oct 21 11:39:59 GMT 2004


Author: jelmer
Date: 2004-10-21 11:39:58 +0000 (Thu, 21 Oct 2004)
New Revision: 3112

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=3112&nolog=1

Log:
Fix two more instances of epm_towers (sorry, metze!)

Modified:
   branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c
   branches/SAMBA_4_0/source/torture/rpc/epmapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c	2004-10-21 10:52:03 UTC (rev 3111)
+++ branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c	2004-10-21 11:39:58 UTC (rev 3112)
@@ -51,7 +51,7 @@
 /*
   fill a protocol tower
 */
-static BOOL fill_protocol_tower(TALLOC_CTX *mem_ctx, struct epm_towers *twr, 
+static BOOL fill_protocol_tower(TALLOC_CTX *mem_ctx, struct epm_tower *twr, 
 				struct dcesrv_ep_iface *e)
 {
 	twr->num_floors = 5;

Modified: branches/SAMBA_4_0/source/torture/rpc/epmapper.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/epmapper.c	2004-10-21 10:52:03 UTC (rev 3111)
+++ branches/SAMBA_4_0/source/torture/rpc/epmapper.c	2004-10-21 11:39:58 UTC (rev 3112)
@@ -25,7 +25,7 @@
 /*
   display any protocol tower
  */
-static void display_tower(TALLOC_CTX *mem_ctx, struct epm_towers *twr)
+static void display_tower(TALLOC_CTX *mem_ctx, struct epm_tower *twr)
 {
 	int i;
 	const char *uuid;



More information about the samba-cvs mailing list