aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-16 13:47:01 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-16 13:47:01 +0200
commitbaf770042945c84dca6c0740f4e07855dbbcc89e (patch)
tree0202cd1abcadb77b6d08b0ea7107b6fc7b97e6a6 /openbsc/src/gprs/sgsn_main.c
parentf6b606f422a0d6824b5c55556b3d1d09bf65f99a (diff)
sgsn_main: add comment about exit statement never reached
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index bfa2e52c8..fa61e0e3b 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -281,5 +281,6 @@ int main(int argc, char **argv)
exit(3);
}
+ /* not reached */
exit(0);
}