Merge "Fix typo in chan_sip" into 13

This commit is contained in:
Joshua Colp
2016-12-09 05:33:16 -06:00
committed by Gerrit Code Review

View File

@@ -2503,7 +2503,7 @@ static void sip_threadinfo_destructor(void *obj)
struct sip_threadinfo *th = obj; struct sip_threadinfo *th = obj;
struct tcptls_packet *packet; struct tcptls_packet *packet;
if (th->alert_pipe[1] > -1) { if (th->alert_pipe[0] > -1) {
close(th->alert_pipe[0]); close(th->alert_pipe[0]);
} }
if (th->alert_pipe[1] > -1) { if (th->alert_pipe[1] > -1) {