dect
/
asterisk
Archived
13
0
Fork 0

Revert this part of the fix. We'll fix it in libss7

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@125984 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mattf 2008-06-27 19:05:40 +00:00
parent 6e321c1032
commit 88d48f7ea2
1 changed files with 1 additions and 1 deletions

View File

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