streamrelay: Fix module start
Compare changes
+ 16
− 19
@@ -29,7 +29,6 @@ typedef struct
@@ -38,9 +37,9 @@ bool has_dvbcsa_ecm = 0, is_dvbcsa_static = 1;
@@ -177,15 +176,15 @@ static void write_cw(ECM_REQUEST *er, int32_t connid)
@@ -202,7 +201,7 @@ bool stream_write_cw(ECM_REQUEST *er)
@@ -789,7 +788,7 @@ static void stream_client_disconnect(stream_client_conn_data *conndata)
@@ -820,6 +819,8 @@ static void *stream_client_handler(void *arg)
@@ -827,7 +828,7 @@ static void *stream_client_handler(void *arg)
@@ -972,6 +973,7 @@ static void *stream_client_handler(void *arg)
@@ -1090,6 +1092,8 @@ static void *stream_client_handler(void *arg)
@@ -1108,7 +1112,7 @@ static void *stream_client_handler(void *arg)
@@ -1243,7 +1247,6 @@ static void *stream_server(void *module_idx)
@@ -1288,8 +1291,8 @@ void *streamrelay_handler(struct s_client *UNUSED(cl), uint8_t *UNUSED(mbuf), in
@@ -1320,11 +1323,6 @@ void stop_stream_server(void)
@@ -1333,6 +1331,5 @@ void module_streamrelay(struct s_module *ph)