1
0
Fork 0

m-retrieve-conf message not deleted from mobile queue after notification to receiver

This commit is contained in:
bagyenda 2005-08-03 14:21:17 +00:00
parent eafec96bd9
commit ebe98efd32
2 changed files with 3 additions and 2 deletions

View File

@ -251,7 +251,7 @@ including:
<ul>
<li> WAP: 209
<li> OMA: MMS v1.1, UAProf v1.1
<li> OMA: MMS v1.2, UAProf v1.1
<li> 3GPP: TS 23.140
</ul>

View File

@ -24,7 +24,8 @@ static MmsEnvelope *update_env_success(MmsEnvelope *env, MmsEnvelopeTo *xto)
{
time_t tnow = time(NULL);
if (xto && env->msgtype != MMS_MSGTYPE_SEND_REQ)
if (xto && !(env->msgtype == MMS_MSGTYPE_SEND_REQ ||
env->msgtype == MMS_MSGTYPE_RETRIEVE_CONF))
xto->process = 0; /* No more processing. */
else {
env->lasttry = tnow;