1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2007-03-21 15:41:31 +00:00
parent 825102fc0a
commit 5af2e53f30
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ static Octstr *mm7soap_send(MmscGrp *mmc, Octstr *from, Octstr *to,
} else
tstatus = MM7_SOAP_FORMAT_CORRUPT;
if (!MM7_SOAP_STATUS_OK(tstatus)) {
if (!MM7_SOAP_STATUS_OK(tstatus) && tstatus != MM7_SOAP_COMMAND_REJECTED) {
Octstr *detail = mm7_soap_header_value(mresp, octstr_imm("Details"));
if (detail == NULL)
mm7_soap_header_value(mresp, octstr_imm("faultcode"));