mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION.
Michael, please check. Guenther
This commit is contained in:
parent
933d546f86
commit
29ccc0e233
@ -52,7 +52,7 @@ static int current_version_fetch_values(const char *key, REGVAL_CTR *values)
|
||||
}
|
||||
|
||||
if (strncmp(path, KEY_CURRENT_VERSION_NORM, strlen(path)) != 0) {
|
||||
return 0;
|
||||
return regdb_ops.fetch_values(key, values);
|
||||
}
|
||||
|
||||
value_length = push_ucs2(value, value, sysroot_string, sizeof(value),
|
||||
|
Loading…
x
Reference in New Issue
Block a user