mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[server,proxy] remove too strict assert
This commit is contained in:
parent
c3f6b665cc
commit
48bbb08793
@ -409,7 +409,7 @@ static char* pf_config_decode_base64(const char* data, const char* name, size_t*
|
||||
free(decoded);
|
||||
return NULL;
|
||||
}
|
||||
WINPR_ASSERT(strnlen(decoded, decoded_length) == decoded_length - 1);
|
||||
|
||||
*pLength = decoded_length;
|
||||
return decoded;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user