summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/rpc_server/epmapper/rpc_epmapper.c2
-rw-r--r--source4/torture/rpc/epmapper.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/rpc_server/epmapper/rpc_epmapper.c b/source4/rpc_server/epmapper/rpc_epmapper.c
index cf6b8429f0..a39dde8da2 100644
--- a/source4/rpc_server/epmapper/rpc_epmapper.c
+++ b/source4/rpc_server/epmapper/rpc_epmapper.c
@@ -51,7 +51,7 @@ static int guid_cmp(TALLOC_CTX *mem_ctx, const struct GUID *guid, const char *uu
/*
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;
diff --git a/source4/torture/rpc/epmapper.c b/source4/torture/rpc/epmapper.c
index 5335fd2dac..db372f85bb 100644
--- a/source4/torture/rpc/epmapper.c
+++ b/source4/torture/rpc/epmapper.c
@@ -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;