sgsn_main: add comment about exit statement never reached

This commit is contained in:
Harald Welte
2011-07-16 13:47:01 +02:00
parent f6b606f422
commit baf7700429

View File

@@ -281,5 +281,6 @@ int main(int argc, char **argv)
exit(3);
}
/* not reached */
exit(0);
}