From 42ed3a49eb144135b5cb5c0509783e34cfcf7d60 Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Tue, 24 Mar 2020 22:57:07 +0000 Subject: [PATCH] fix 5g compilation error --- lib/src/upper/rlc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/upper/rlc.cc b/lib/src/upper/rlc.cc index 9edff9775..f1a182305 100644 --- a/lib/src/upper/rlc.cc +++ b/lib/src/upper/rlc.cc @@ -389,7 +389,7 @@ void rlc::add_bearer(uint32_t lcid, rlc_config_t cnfg) break; default: rlc_log->error("Cannot add RLC entity - invalid mode\n"); - goto unlock_and_exit; + return; } #endif } else {