SUPPORT-8714. Удален лишний assert
This commit is contained in:
parent
afd73dfcaf
commit
486638db65
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ fcgi_request_get_param(const FCGX_Request* request, const char* name, /*out*/ bo
|
|||
{
|
||||
assert(request != NULL);
|
||||
assert(name != NULL);
|
||||
assert(err != NULL);
|
||||
|
||||
char* param_value = FCGX_GetParam(name, request->envp);
|
||||
if (param_value == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue