1
0
Fork 0

fix: mm7/soap error code 4004 erroneously reported as 4001

This commit is contained in:
bagyenda 2006-10-16 12:38:44 +00:00
parent c3feca09ff
commit f2d45f4164
1 changed files with 1 additions and 1 deletions

View File

@ -1646,7 +1646,7 @@ static void mm7soap_dispatch(MmsHTTPClientInfo *h)
if (value)
octstr_destroy(value);
} else
status = 4001;
status = 4004;
mresp = mm7_make_resp(mreq, status, msgid);
break;