mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[ADVAPI32_WINETEST] test_create_delete_svc(): Fix 'account' size (#2960)
Cherry-pick
56a83c585a
This commit is contained in:
parent
092e245754
commit
54e0dbe3b6
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ static void test_create_delete_svc(void)
|
|||
SC_HANDLE scm_handle, svc_handle1, svc_handle2;
|
||||
CHAR username[UNLEN + 1], domain[MAX_PATH];
|
||||
DWORD user_size = UNLEN + 1;
|
||||
CHAR account[UNLEN + 3];
|
||||
CHAR account[MAX_PATH + UNLEN + 1];
|
||||
static const CHAR servicename [] = "Winetest";
|
||||
static const CHAR pathname [] = "we_dont_care.exe";
|
||||
static const CHAR empty [] = "";
|
||||
|
|
Loading…
Reference in a new issue