mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 20:43:47 +00:00
sms: Argh... reset the pending after we have cleared the queue.
This commit is contained in:
@@ -474,5 +474,6 @@ int sms_queue_clear(struct gsm_sms_queue *smsq)
|
||||
sms_pending_free(pending);
|
||||
}
|
||||
|
||||
smsq->pending = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user