handover_start_inter_bsc_in(): Uninitialized variable

This only afffects a log statement, so not really an issue.

Change-Id: I8e5b164194855f78a266c1a4441730cc6c378d11
Fixes: Coverity CID#188829
This commit is contained in:
Harald Welte 2018-10-21 11:17:11 +02:00
parent d4c391eab0
commit 298da0aeec
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ void handover_start_inter_bsc_in(struct gsm_subscriber_connection *conn,
struct handover_in_req *req = &ho->inter_bsc_in;
int match_idx;
enum gsm48_chan_mode mode;
bool full_rate;
bool full_rate = false;
uint16_t s15_s0;
struct osmo_fsm_inst *fi;