Fixed missing rename of members

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-12-22 19:12:06 +01:00
parent 6a1a29c795
commit bb33baf212
+2 -2
View File
@@ -75,8 +75,8 @@ response_create_basic (enum MHD_HTTP_StatusCode sc,
r->free.cls = NULL;
r->special_resp.spec_hdr = NULL;
s->termination_callback.v_term_cb = NULL;
s->termination_callback.v_term_cb_cls = NULL;
s->termination_callback.v_ended_cb = NULL;
s->termination_callback.v_ended_cb_cls = NULL;
#endif /* ! HAVE_NULL_PTR_ALL_ZEROS */
r->sc = sc;