lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/43640?usp=email )
Change subject: sgsn_libgtp.c: cosmetic white space fix ......................................................................
sgsn_libgtp.c: cosmetic white space fix
Change-Id: I7ec15c54a5352ab5bde0671cc329ae54099cc4fc --- M src/sgsn/sgsn_libgtp.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/40/43640/1
diff --git a/src/sgsn/sgsn_libgtp.c b/src/sgsn/sgsn_libgtp.c index 03f4942..b4c24a0 100644 --- a/src/sgsn/sgsn_libgtp.c +++ b/src/sgsn/sgsn_libgtp.c @@ -531,7 +531,7 @@ * a Cause value "Non-existent", it shall delete the PDP Context." */ if (cause != GTPCAUSE_NON_EXIST) - return 0; /* Nothing to do */ + return 0; /* Nothing to do */
LOGPDPCTXP(LOGL_INFO, pctx, "PDP CTX we tried to update doesn't exist in " "the GGSN anymore, deleting it locally.\n");