Added log message for invalid DrivesToRedirect data

This commit is contained in:
Armin Novak 2021-07-28 09:49:17 +02:00 committed by akallabeth
parent 4e3a7562af
commit 7c14196000
1 changed files with 2 additions and 0 deletions

View File

@ -3534,6 +3534,8 @@ BOOL freerdp_client_load_addins(rdpChannels* channels, rdpSettings* settings)
tok = strtok_s(value, ";", &context);
if (!tok)
{
WLog_ERR(TAG, "DrivesToRedirect contains invalid data: '%s'",
settings->DrivesToRedirect);
free(value);
return FALSE;
}