*** empty log message ***

This commit is contained in:
Thomas Ries
2008-11-01 13:09:13 +00:00
parent 895f7a34f3
commit c54d6e57dc
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ int plugin_process(int stage, sip_ticket_t *ticket){
return sts;
}
/* Catch the ACK following the rediredct */
/* Catch the ACK following the redirect */
if ((ticket->direction == DIRTYP_UNKNOWN) &&
(MSG_IS_REQUEST(ticket->sipmsg)) &&
(MSG_IS_ACK(ticket->sipmsg))) {