Would anyone like to prevent this commit from reaching master? ;)
Thanks! ~Neels
commit 76af8ad075e7857983ef102f80440ee716958482 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Thu Jan 28 14:26:05 2016 +0100
add fixme comment for todo comment :/
diff --git a/openbsc/src/libmsc/osmo_msc.c b/openbsc/src/libmsc/osmo_msc.c index b4facff..4bea699 100644 --- a/openbsc/src/libmsc/osmo_msc.c +++ b/openbsc/src/libmsc/osmo_msc.c @@ -48,7 +48,7 @@ static int msc_compl_l3(struct gsm_subscriber_connection *conn, struct msgb *msg gsm0408_new_conn(conn); gsm0408_dispatch(conn, msg);
- /* TODO: do better */ + /* TODO: do better */ /* FIXME: do the TODO comment better in the first place! */ if (conn->silent_call) return BSC_API_CONN_POL_ACCEPT; if (conn->loc_operation || conn->sec_operation || conn->anch_operation)