pespin has uploaded this change for review.

View Change

cosmetic: xua_as_fsm: Fix mixed brace/no-brace blocks in if/else

Change-Id: Ibfd818d354c09409b04b392853f544a220de3a72
---
M src/xua_as_fsm.c
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/18/42118/1
diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c
index 422a2b4..6828989 100644
--- a/src/xua_as_fsm.c
+++ b/src/xua_as_fsm.c
@@ -135,8 +135,9 @@
if (asp->remote_asp_id_present) {
npar->presence |= NOTIFY_PAR_P_ASP_ID;
npar->asp_id = asp->remote_asp_id;
- } else
+ } else {
npar->presence &= ~NOTIFY_PAR_P_ASP_ID;
+ }

fill_notify_route_ctx(asp, npar);


To view, visit change 42118. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ibfd818d354c09409b04b392853f544a220de3a72
Gerrit-Change-Number: 42118
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>