From 39e8a8625e915485c2fc606cda7fb92cea35627a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 16 Jul 2010 17:17:46 +0200 Subject: [PATCH] [ISM] add new invocations to the end of the list --- src/csl_cha_ism.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csl_cha_ism.c b/src/csl_cha_ism.c index 3eef15c..b7845ec 100644 --- a/src/csl_cha_ism.c +++ b/src/csl_cha_ism.c @@ -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; }