Commit 791d44da authored by Guillaume Quintard's avatar Guillaume Quintard

No need for initialization

parent 3fc1e512
......@@ -342,7 +342,7 @@ write_frame(struct http *hp, const struct frame *f, const unsigned lock)
static void
exclusive_stream_dependency(const struct stream *s)
{
struct stream *target = NULL;
struct stream *target;
struct http *hp = s->hp;
if (s->id == 0)
......
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