Merge "Fix typo in chan_sip" into 14

changes/09/4609/1
Joshua Colp 10 years ago committed by Gerrit Code Review
commit e5bf133882

@ -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) {

Loading…
Cancel
Save