Commit be989760 authored by Olivier Crête's avatar Olivier Crête

agent: Remove test that is not required

The stream and component pointers are always valid there.
parent 7a78ca4a
......@@ -2024,7 +2024,8 @@ pseudo_tcp_socket_readable (PseudoTcpSocket *sock, gpointer user_data)
nice_debug ("%s: no data read", G_STRFUNC);
}
if (stream && component)
g_assert (stream);
g_assert (component);
adjust_tcp_clock (agent, stream, component);
out:
......
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