diff options
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_epmapper.c')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_epmapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_epmapper.c b/source3/librpc/gen_ndr/ndr_epmapper.c index 6e26533b55..23a3a6e437 100644 --- a/source3/librpc/gen_ndr/ndr_epmapper.c +++ b/source3/librpc/gen_ndr/ndr_epmapper.c @@ -2656,7 +2656,7 @@ const char * const epmapper_endpoint_strings[] = { "ncalrpc:[EPMAPPER]", }; -const struct dcerpc_endpoint_list epmapper_endpoints = { +const struct ndr_interface_string_array epmapper_endpoints = { .count = 3, .names = epmapper_endpoint_strings }; @@ -2665,7 +2665,7 @@ const char * const epmapper_authservice_strings[] = { "host", }; -const struct dcerpc_authservice_list epmapper_authservices = { +const struct ndr_interface_string_array epmapper_authservices = { .count = 3, .names = epmapper_authservice_strings }; |