Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/13770
Change subject: cosmetic: handle_modify_con: Fix indentation level
......................................................................
cosmetic: handle_modify_con: Fix indentation level
Change-Id: Ieb1e07d667a9fc1ff1e2fd367cbdb3c0dbfd4607
---
M src/libosmo-mgcp/mgcp_protocol.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/70/13770/1
diff --git a/src/libosmo-mgcp/mgcp_protocol.c b/src/libosmo-mgcp/mgcp_protocol.c
index ac6b4ea..9be4eda 100644
--- a/src/libosmo-mgcp/mgcp_protocol.c
+++ b/src/libosmo-mgcp/mgcp_protocol.c
@@ -1151,7 +1151,7 @@
goto error3;
}
} else
- conn->conn->mode = conn->conn->mode_orig;
+ conn->conn->mode = conn->conn->mode_orig;
/* Set local connection options, if present */
if (local_options) {
--
To view, visit https://gerrit.osmocom.org/13770
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb1e07d667a9fc1ff1e2fd367cbdb3c0dbfd4607
Gerrit-Change-Number: 13770
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>