drsblobs.idl: fix repsFromTo2 blob size calculation
authorStefan Metzmacher <metze@samba.org>
Sun, 20 Sep 2009 04:36:39 +0000 (06:36 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 20 Sep 2009 04:36:39 +0000 (06:36 +0200)
metze

librpc/idl/drsblobs.idl

index 0c5f8ea7111ba8fb662b3d42e15b354935f7ed28..68e9fd54c1b3441d013bf7622fcfd6392a486929 100644 (file)
@@ -120,7 +120,7 @@ interface drsblobs {
 
        typedef [public,gensize,flag(NDR_PAHEX)] struct {
                /* this includes the 8 bytes of the repsFromToBlob header */
-               [value(ndr_size_repsFromTo1(this, ndr->iconv_convenience, ndr->flags)+8)] uint32 blobsize;
+               [value(ndr_size_repsFromTo2(this, ndr->iconv_convenience, ndr->flags)+8)] uint32 blobsize;
                uint32 consecutive_sync_failures;
                NTTIME_1sec last_success;
                NTTIME_1sec last_attempt;