diff --git a/lib/secure-streams/protocols/ss-h2.c b/lib/secure-streams/protocols/ss-h2.c index e46ee520c..b23cf7333 100644 --- a/lib/secure-streams/protocols/ss-h2.c +++ b/lib/secure-streams/protocols/ss-h2.c @@ -193,7 +193,7 @@ secstream_tx_credit_est_h2(lws_ss_handle_t *h) const struct ss_pcols ss_pcol_h2 = { "h2", - NULL, + "h2", &protocol_secstream_h2, secstream_connect_munge_h2, secstream_tx_credit_add_h2,