From 356905c4b6b4d1fa2093c3876ebf72cf7212f2ec Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Mon, 28 Aug 2006 15:31:44 +0000 Subject: [PATCH] Minor fix: MM7 DeliverRsp should not have message ID parameter --- mbuni/mmsbox/bearerbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuni/mmsbox/bearerbox.c b/mbuni/mmsbox/bearerbox.c index e2923c8..36322fe 100644 --- a/mbuni/mmsbox/bearerbox.c +++ b/mbuni/mmsbox/bearerbox.c @@ -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: