mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-19 14:10:01 +00:00
Merge "Fix typo in chan_sip" into 14
This commit is contained in:
+1
-1
@@ -2508,7 +2508,7 @@ static void sip_threadinfo_destructor(void *obj)
|
||||
struct sip_threadinfo *th = obj;
|
||||
struct tcptls_packet *packet;
|
||||
|
||||
if (th->alert_pipe[1] > -1) {
|
||||
if (th->alert_pipe[0] > -1) {
|
||||
close(th->alert_pipe[0]);
|
||||
}
|
||||
if (th->alert_pipe[1] > -1) {
|
||||
|
||||
Reference in New Issue
Block a user