Required files for rev 8007

This commit is contained in:
svangundy 2014-03-28 19:48:15 +01:00 committed by Michael Iedema
parent b34ac5902a
commit ce5ee2d9c0
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ void SMq::process_timeout()
if (my_network.deliver_msg_datagram(&*qmsg))
set_state(qmsg, ASKED_FOR_MSG_DELIVERY); // Message sent okay
else
set_state(qmsg, ASKED_FOR_MSG_DELIVERY); // svgfix I thinsk this makes more sense
set_state(qmsg, ASKED_FOR_MSG_DELIVERY); // This makes more sense than back to REQUEST_DESTINATION_SIPURL
LOG(DEBUG) << "After deliver set state action time " << qmsg->next_action_time;
break;