Fix writing corrupt registries because of hardcoded version string in IDL.
authorWilco Baan Hofman <wilco@baanhofman.nl>
Thu, 15 Oct 2009 11:18:52 +0000 (13:18 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 15 Nov 2009 18:26:51 +0000 (19:26 +0100)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
source4/lib/registry/regf.idl

index ffd7072b7ab427e58af1cc0af6721395294065df..fd58ad2d61369c1a98510c76b79af0ace33b6673 100644 (file)
@@ -24,7 +24,7 @@ interface regf
        
        [noprint] struct regf_version {
                [value(1)] uint32 major; 
-               [value(3)] uint32 minor;
+               uint32 minor;
                [value(0)] uint32 release;
                [value(1)] uint32 build;
        };