- MMS get name list service: fixed wrong return value in case of unknown argument for continueAfter

pull/202/head
Michael Zillgith 6 years ago
parent d6bf4047e1
commit afe9afafc0

@ -343,7 +343,7 @@ createNameListResponse(
}
if (startElement == NULL) {
mmsMsg_createServiceErrorPdu(invokeId, response, MMS_ERROR_ACCESS_OBJECT_ACCESS_UNSUPPORTED);
mmsMsg_createServiceErrorPdu(invokeId, response, MMS_ERROR_ACCESS_OBJECT_NON_EXISTENT);
return;
}
}

Loading…
Cancel
Save