aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bssap.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bssap.c')
-rw-r--r--openbsc/src/bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bssap.c b/openbsc/src/bssap.c
index 3a966f23f..3a283666c 100644
--- a/openbsc/src/bssap.c
+++ b/openbsc/src/bssap.c
@@ -1260,7 +1260,7 @@ void bts_unblock_queue(struct bss_sccp_connection_data *data)
/* now queue them again to send RSL establish and such */
while (!llist_empty(&head)) {
- msg = msgb_dequeue(&data->gsm_queue);
+ msg = msgb_dequeue(&head);
bts_queue_send(msg, (int) msg->smsh);
}
}