pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/29461 )
Change subject: cosmetic: osmux: Fix formatting of if-else brackets ......................................................................
cosmetic: osmux: Fix formatting of if-else brackets
Change-Id: I748d41cd110841ef121f70560e70c07de56aa9da --- M src/libosmo-mgcp/mgcp_osmux.c 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
diff --git a/src/libosmo-mgcp/mgcp_osmux.c b/src/libosmo-mgcp/mgcp_osmux.c index 5ba48e8..5647348 100644 --- a/src/libosmo-mgcp/mgcp_osmux.c +++ b/src/libosmo-mgcp/mgcp_osmux.c @@ -598,8 +598,9 @@ "no available Osmux CID to allocate!\n"); return -1; } - } else + } else { osmux_cid_pool_get(osmux_cid); + }
conn->osmux.cid = (uint8_t) osmux_cid; conn->osmux.cid_allocated = true;