sms: Add new SMS requests to the end of the list.

This commit is contained in:
Holger Hans Peter Freyther 2010-12-28 14:25:25 +01:00
parent 7142b28427
commit b01ca46f28
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ static void sms_submit_pending(void *_data)
attempted += 1;
smsq->pending += 1;
llist_add(&pending->entry, &smsq->pending_sms);
llist_add_tail(&pending->entry, &smsq->pending_sms);
gsm411_send_sms_subscr(sms->receiver, sms);
} while (attempted < attempts && rounds < 1000);