summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-04-30 10:07:51 +0200
committerKarolin Seeger <kseeger@samba.org>2019-08-08 07:32:20 +0000
commitb59569126d9faca34beda91809af1d8429a55e6b (patch)
treeb69d5f22d9f3693f1dd03d193be83088ed86a3fa /librpc
parentd9b747c0ca0e7a3111a53f051543b0f30cee4e05 (diff)
downloadsamba-b59569126d9faca34beda91809af1d8429a55e6b.tar.gz
dnsp.idl: fix dnsp_ip4_array definition
In future we should use ipv4address, but that would result in a much larger change. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13969 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> (cherry picked from commit 6d958af0b4cb6fd45cfda0298243859b3b043c6f)
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dnsp.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/dnsp.idl b/librpc/idl/dnsp.idl
index d705cfcbfa3..578cb27d4d1 100644
--- a/librpc/idl/dnsp.idl
+++ b/librpc/idl/dnsp.idl
@@ -169,7 +169,7 @@ interface dnsp
typedef struct {
uint32 addrCount;
- [size_is(addrCount)] uint32 *addr;
+ uint32 addrArray[addrCount];
} dnsp_ip4_array;
typedef struct {