r7872: another place we were relying on the old behaviour of value()
authorAndrew Tridgell <tridge@samba.org>
Fri, 24 Jun 2005 04:42:05 +0000 (04:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:46 +0000 (13:18 -0500)
(This used to be commit 25a64f8946274e07ca233751bc745b160ff3e7c1)

source4/librpc/idl/netlogon.idl

index e30bf4dc8b86bcfd37a021e3027be4e15fa41fb5..8301a6cf405d086b80bd08c37b0b1003377294b1 100644 (file)
@@ -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 {