diff options
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_dfs.c')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_dfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_dfs.c b/source3/librpc/gen_ndr/ndr_dfs.c index 1ec20d562c..2f9fdeea31 100644 --- a/source3/librpc/gen_ndr/ndr_dfs.c +++ b/source3/librpc/gen_ndr/ndr_dfs.c @@ -5313,7 +5313,7 @@ const char * const netdfs_endpoint_strings[] = { "ncacn_np:[\\pipe\\netdfs]", }; -const struct dcerpc_endpoint_list netdfs_endpoints = { +const struct ndr_interface_string_array netdfs_endpoints = { .count = 1, .names = netdfs_endpoint_strings }; @@ -5322,7 +5322,7 @@ const char * const netdfs_authservice_strings[] = { "host", }; -const struct dcerpc_authservice_list netdfs_authservices = { +const struct ndr_interface_string_array netdfs_authservices = { .count = 1, .names = netdfs_authservice_strings }; |