1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2009-08-06 07:36:39 +00:00
parent 00bdd513fe
commit 7206e8b20d
1 changed files with 2 additions and 2 deletions

View File

@ -836,10 +836,10 @@ Octstr *get_mmsbox_queue_dir(Octstr *from, List *to, MmscGrp *m,
Octstr **mmc_id)
{
if (m->reroute) {
if (m && m->reroute) {
*mmc_id = m->reroute_mmsc_id ? octstr_duplicate(m->reroute_mmsc_id) : NULL;
return outgoing_qdir;
} else {
} else if (m) {
Octstr *_mcid, *qdir = NULL;
Octstr *fto;