bsc: Add new SCCP connections to the tail

This commit is contained in:
Holger Hans Peter Freyther 2011-06-27 21:02:44 +02:00
parent aa54e28857
commit 7b08c794e5
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ int bsc_create_new_connection(struct gsm_subscriber_connection *conn,
bsc_con->sccp = sccp;
bsc_con->msc = msc;
bsc_con->conn = conn;
llist_add(&bsc_con->entry, &active_connections);
llist_add_tail(&bsc_con->entry, &active_connections);
conn->sccp_con = bsc_con;
return 0;
}