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 df82b72375
commit cc98d188eb
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ int bsc_create_new_connection(struct gsm_subscriber_connection *conn)
bsc_con->sccp = sccp;
bsc_con->msc_con = net->msc_data->msc_con;
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;
}