[ISM] add new invocations to the end of the list

This commit is contained in:
Harald Welte 2010-07-16 17:17:46 +02:00
parent 945c8285ca
commit 39e8a8625e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct tcap_invocation *tcap_ism_alloc(struct tcap_dialogue *td, int8_t invoke_i
ti->dialogue = td;
ti->state = TCAP_IS_IDLE;
llist_add(&ti->list, &td->ism_list);
llist_add_tail(&ti->list, &td->ism_list);
return ti;
}