r3112: Fix two more instances of epm_towers (sorry, metze!)
authorJelmer Vernooij <jelmer@samba.org>
Thu, 21 Oct 2004 11:39:58 +0000 (11:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:02:22 +0000 (13:02 -0500)
(This used to be commit 7baf493966aa3fb61623d6030b5ccc26a5fcb186)

source4/rpc_server/epmapper/rpc_epmapper.c
source4/torture/rpc/epmapper.c

index cf6b8429f05b1543f4db95de796d819d7adbd81a..a39dde8da2a0e3185450e682bd513a0dce767aec 100644 (file)
@@ -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;
index 5335fd2dac8a16d4c8c1e176d0032ca6245db000..db372f85bb4cdbfc609ceec5fc2f34956c1e4a98 100644 (file)
@@ -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;