mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Fix writing corrupt registries because of hardcoded version string in IDL.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
parent
c319b965a1
commit
df3451aec0
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user