fix 5g compilation error

master
Francisco Paisana 5 years ago committed by Francisco Paisana
parent 288e9e9db7
commit 42ed3a49eb

@ -389,7 +389,7 @@ void rlc::add_bearer(uint32_t lcid, rlc_config_t cnfg)
break; break;
default: default:
rlc_log->error("Cannot add RLC entity - invalid mode\n"); rlc_log->error("Cannot add RLC entity - invalid mode\n");
goto unlock_and_exit; return;
} }
#endif #endif
} else { } else {

Loading…
Cancel
Save