1
0
Fork 0

Minor fix: MM7 DeliverRsp should not have message ID parameter

This commit is contained in:
bagyenda 2006-08-28 15:31:44 +00:00
parent 491a6173a8
commit 356905c4b6
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ static void mm7soap_receive(MmsHTTPClientInfo *h)
octstr_destroy(value); octstr_destroy(value);
} else } else
status = 4000; status = 4000;
mresp = mm7_make_resp(mreq, status, msgid); mresp = mm7_make_resp(mreq, status, NULL);
break; break;
case MM7_TAG_DeliveryReportReq: case MM7_TAG_DeliveryReportReq: