[NET] cmdAccounts(): Set ProductType default value (#2365)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Sat, 4 Jul 2020 13:16:22 +0000 (15:16 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2020 13:16:22 +0000 (15:16 +0200)
base/applications/network/net/cmdAccounts.c

index 7fad061..00b037f 100644 (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;