1
0
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:
Günther Deschner 2008-03-11 10:51:20 +01:00
parent 933d546f86
commit 29ccc0e233

View File

@ -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),