https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4292fdd8aa27746bb59ca…
commit 4292fdd8aa27746bb59cac5a016225ad3bfdd661
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Sat Jul 4 15:16:22 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Jul 4 15:16:22 2020 +0200
[NET] cmdAccounts(): Set ProductType default value (#2365)
---
base/applications/network/net/cmdAccounts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/network/net/cmdAccounts.c
b/base/applications/network/net/cmdAccounts.c
index 7fad061c5c0..00b037ff1f4 100644
--- a/base/applications/network/net/cmdAccounts.c
+++ b/base/applications/network/net/cmdAccounts.c
@@ -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;