mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Merged revisions 112431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r112431 | file | 2008-04-02 12:26:51 -0300 (Wed, 02 Apr 2008) | 7 lines Since the SIP request structure gets reused multiple times with TCP handling we have to clear the debug state or else we will keep spitting out debug even after it has been turned off. (closes issue #12169) Reported by: pj Patches: 12169-debugoff-2.diff uploaded by qwell (license 4) Tested by: pj ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@112436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2183,6 +2183,7 @@ static void *_sip_tcp_helper_thread(struct sip_pvt *pvt, struct ast_tcptls_sessi
|
||||
memset(req.data, 0, sizeof(req.data));
|
||||
req.len = 0;
|
||||
req.ignore = 0;
|
||||
req.debug = 0;
|
||||
|
||||
req.socket.fd = ser->fd;
|
||||
if (ser->ssl) {
|
||||
|
||||
Reference in New Issue
Block a user