aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_filter.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_filter.c b/openbsc/src/osmo-bsc/osmo_bsc_filter.c
index f7f305344..f03449493 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_filter.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_filter.c
@@ -230,7 +230,7 @@ static void send_welcome_ussd(struct gsm_subscriber_connection *conn)
struct osmo_bsc_sccp_con *bsc_con;
bsc_con = conn->sccp_con;
- if (!bsc_con || !bsc_con->msc->ussd_welcome_txt);
+ if (!bsc_con || !bsc_con->msc->ussd_welcome_txt)
return;
gsm0480_send_ussdNotify(conn, 1, bsc_con->msc->ussd_welcome_txt);