Skip to content

Commit

Permalink
dialog: jump to error if fails to parse requests in cseq update callback
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 31, 2016
1 parent fa32ffa commit ee7992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dlg_cseq.c
Expand Up @@ -119,7 +119,7 @@ int dlg_cseq_update(sip_msg_t *msg)
str *pval;

if(dlg_cseq_prepare_msg(msg)!=0) {
goto done;
goto error;
}
if(msg->first_line.type==SIP_REPLY) {
/* nothing to do for outgoing replies */
Expand Down

0 comments on commit ee7992d

Please sign in to comment.