Commit 3e0813d4 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Merge branch 'alagoutte-scan-build'

parents dfbc6e6a c8b83d70
......@@ -571,7 +571,7 @@ int nghttp2_session_reprioritize_stream
const nghttp2_priority_spec *pri_spec_in)
{
int rv;
nghttp2_stream *dep_stream;
nghttp2_stream *dep_stream = NULL;
nghttp2_stream *root_stream;
nghttp2_priority_spec pri_spec_default;
const nghttp2_priority_spec *pri_spec = pri_spec_in;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment