Commit f8f6f003 authored by Raymond Knopp's avatar Raymond Knopp

Bugfix

parent 1f130faf
...@@ -1552,7 +1552,7 @@ static void* ru_thread_control( void* param ) { ...@@ -1552,7 +1552,7 @@ static void* ru_thread_control( void* param ) {
RU_proc_t *proc = &ru->proc; RU_proc_t *proc = &ru->proc;
RRU_CONFIG_msg_t rru_config_msg; RRU_CONFIG_msg_t rru_config_msg;
ssize_t msg_len; ssize_t msg_len;
int len; int len, ret;
// Start IF device if any // Start IF device if any
......
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