rsaenh: Enlarge buffer in test_enum_container. Fixes two test failures on Vista.

This commit is contained in:
Michael Jung 2007-10-17 22:40:09 +02:00 committed by Alexandre Julliard
parent c8cb3b5fbb
commit b3a3804be8

View file

@ -1546,7 +1546,7 @@ static void test_schannel_provider(void)
static void test_enum_container(void)
{
BYTE abContainerName[256];
BYTE abContainerName[MAX_PATH + 2]; /* Larger than maximum name len */
DWORD dwBufferLen;
BOOL result, fFound = FALSE;