[NET] cmdAccounts(): Set ProductType default value (#2365)

This commit is contained in:
Serge Gautherie 2020-07-04 15:16:22 +02:00 committed by GitHub
parent 62e52c7237
commit 4292fdd8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ cmdAccounts(
PUSER_MODALS_INFO_0 Info0 = NULL;
PUSER_MODALS_INFO_1 Info1 = NULL;
PUSER_MODALS_INFO_3 Info3 = NULL;
NT_PRODUCT_TYPE ProductType;
NT_PRODUCT_TYPE ProductType = NtProductWinNt;
LPWSTR p;
LPWSTR endptr;
DWORD ParamErr;