platform/config.c: Set sensible default keychip subnet

This commit is contained in:
Tau 2019-11-04 21:47:41 -05:00
parent b23ff704be
commit dcdc19086d
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ void nusec_config_load(struct nusec_config *cfg, const wchar_t *filename)
GetPrivateProfileStringW(
L"keychip",
L"subnet",
L"0.0.0.0",
L"192.168.100.0",
subnet,
_countof(subnet),
filename);