mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Remove an extra debug line left from previous commit.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@202342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2069,7 +2069,6 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
|
||||
/* Parse out the response code */
|
||||
if (sscanf(pkt->data, "SIP/2.0 %d", &respid) == 1) {
|
||||
pkt->response_code = respid;
|
||||
ast_log(LOG_NOTICE, "Hey, I just set the response code for this packet to %d\n", pkt->response_code);
|
||||
}
|
||||
}
|
||||
pkt->timer_t1 = p->timer_t1; /* Set SIP timer T1 */
|
||||
|
Reference in New Issue
Block a user