summaryrefslogtreecommitdiffstats
path: root/src/ussd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ussd.c')
-rw-r--r--src/ussd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ussd.c b/src/ussd.c
index 6e31cb31..0f1aa27b 100644
--- a/src/ussd.c
+++ b/src/ussd.c
@@ -137,7 +137,7 @@ gboolean ss_control_register(struct ofono_modem *modem, const char *str,
if (!entry)
return FALSE;
- modem->ss_control_list = g_slist_append(modem->ss_control_list, entry);
+ modem->ss_control_list = g_slist_prepend(modem->ss_control_list, entry);
return TRUE;
}