From f04545f5d268b2e4515c463957600d562d75f9e1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 24 Jun 2005 04:42:05 +0000 Subject: r7872: another place we were relying on the old behaviour of value() (This used to be commit 25a64f8946274e07ca233751bc745b160ff3e7c1) --- source4/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index e30bf4dc8b..8301a6cf40 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -109,7 +109,7 @@ interface netlogon typedef [flag(NDR_PAHEX)] struct { uint16 length; [value(length)] uint16 size; - [size_is(size),length_is(length)] uint8 *data; + [size_is(length),length_is(length)] uint8 *data; } netr_ChallengeResponse; typedef [flag(NDR_PAHEX)] struct { -- cgit