Преглед изворни кода

Fixed missing rename of members

Evgeny Grin (Karlson2k) пре 1 година
родитељ
комит
bb33baf212
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/mhd2/response_from.c

+ 2 - 2
src/mhd2/response_from.c

@@ -75,8 +75,8 @@ response_create_basic (enum MHD_HTTP_StatusCode sc,
       r->free.cls = NULL;
       r->free.cls = NULL;
       r->special_resp.spec_hdr = 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 */
 #endif /* ! HAVE_NULL_PTR_ALL_ZEROS */
 
 
       r->sc = sc;
       r->sc = sc;