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 be8b75955f..f33d1828cf 100644 --- a/source3/librpc/gen_ndr/ndr_epmapper.c +++ b/source3/librpc/gen_ndr/ndr_epmapper.c @@ -2675,9 +2675,9 @@ const struct ndr_interface_table ndr_table_epmapper = { .name = "epmapper", .syntax_id = { {0xe1af8308,0x5d1f,0x11c9,{0x91,0xa4},{0x08,0x00,0x2b,0x14,0xa0,0xfa}}, - DCERPC_EPMAPPER_VERSION + NDR_EPMAPPER_VERSION }, - .helpstring = DCERPC_EPMAPPER_HELPSTRING, + .helpstring = NDR_EPMAPPER_HELPSTRING, .num_calls = 8, .calls = epmapper_calls, .endpoints = &epmapper_endpoints, |