aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils/meas_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/utils/meas_db.c')
-rw-r--r--openbsc/src/utils/meas_db.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/utils/meas_db.c b/openbsc/src/utils/meas_db.c
index a3b694e6b..d81efcade 100644
--- a/openbsc/src/utils/meas_db.c
+++ b/openbsc/src/utils/meas_db.c
@@ -114,8 +114,7 @@ int meas_db_insert(struct meas_db_state *st, const char *imsi,
SCK_OK(st->db, sqlite3_bind_int(st->stmt_ins_mr, 6, mr->bs_power));
if (mr->flags & MEAS_REP_F_MS_TO)
- SCK_OK(st->db, sqlite3_bind_int(st->stmt_ins_mr, 7,
- mr->ms_timing_offset));
+ SCK_OK(st->db, sqlite3_bind_int(st->stmt_ins_mr, 7, mr->ms_timing_offset));
else
SCK_OK(st->db, sqlite3_bind_null(st->stmt_ins_mr, 7));