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);
} else
status = 4000;
mresp = mm7_make_resp(mreq, status, msgid);
mresp = mm7_make_resp(mreq, status, NULL);
break;
case MM7_TAG_DeliveryReportReq: