changed the return type of hio_svc_fcgic_untie

This commit is contained in:
hyung-hwan 2022-09-01 06:12:34 +00:00
parent 2f49d097f1
commit e7ec11fe07

View File

@ -247,7 +247,7 @@ hio_svc_fcgic_sess_t* hio_svc_fcgic_tie (hio_svc_fcgic_t* fcgic, hio_skad_t* add
return new_session(fcgic, addr);
}
int hio_svc_fcgic_untie (hio_svc_fcgic_sess_t* sess)
void hio_svc_fcgic_untie (hio_svc_fcgic_sess_t* sess)
{
/* TODO: reference counting for safety?? */
release_session (sess);