mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Revert this part of the fix. We'll fix it in libss7
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125984 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -13215,7 +13215,7 @@ static int linkset_addsigchan(int sigchan)
|
||||
return -1;
|
||||
}
|
||||
|
||||
ss7_add_link(link->ss7, SS7_TRANSPORT_ZAP, link->fds[curfd]);
|
||||
ss7_add_link(link->ss7, SS7_TRANSPORT_DAHDI, link->fds[curfd]);
|
||||
link->numsigchans++;
|
||||
|
||||
memset(&si, 0, sizeof(si));
|
||||
|
||||
Reference in New Issue
Block a user