Skip to content
Snippets Groups Projects
Commit 247f2f05 authored by George Yang's avatar George Yang
Browse files

Fix Bug#949 Norrland: rtsp 'pause' can not be resumed with a 'play' request

parent e5a7b8d6
No related branches found
No related tags found
1 merge request!1Fix Bug#949 Norrland: rtsp 'pause' can not be resumed with a 'play' request
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -107,7 +107,9 @@ struct nf_conn {
/* If we were expected by an expectation, this will be it */
struct nf_conn *master;
struct list_head derived_connections; /* Used by master connection */
struct list_head derived_list; /* Used by child connection */
u32 child_timeout;
#if defined(CONFIG_NF_CONNTRACK_MARK)
u_int32_t mark;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment