From 2fccda377120ad6f918efd3d89586465ae481133 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 1 Nov 2007 03:16:28 +0100 Subject: r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6 (This used to be commit a88254ea6c1da358a1c692d785b29ba2354d99f5) --- source4/librpc/idl/frsrpc.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/frsrpc.idl b/source4/librpc/idl/frsrpc.idl index 70b883bbfc..6cb2b9f54a 100644 --- a/source4/librpc/idl/frsrpc.idl +++ b/source4/librpc/idl/frsrpc.idl @@ -69,6 +69,9 @@ interface frsrpc uint32 unknown4; uint32 unknown5; uint32 unknown6; + uint32 unknown7; + uint32 unknown8; + uint32 unknown9; /* * the format of this blob is this: * -- cgit