SUPPORT-8592. fcgi_unregister_handlers() fixed
This commit is contained in:
parent
65b553b61e
commit
667be0d88c
1 changed files with 2 additions and 0 deletions
|
|
@ -233,6 +233,8 @@ fcgi_register_handler(HFcgi hfcgi, char* path, fcgi_handler_t* handler)
|
|||
static void
|
||||
fcgi_unregister_handlers(HFcgi hfcgi)
|
||||
{
|
||||
if (hfcgi == NULL) return;
|
||||
|
||||
fcgi_handler_map_clear(&hfcgi->handler_map);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue