mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-27 08:36:07 +00:00
Remove deprecated function call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11576,8 +11576,6 @@ static int linkset_addsigchan(int sigchan)
|
||||
if (cur_defaultdpc < 0) {
|
||||
ast_log(LOG_ERROR, "Unspecified defaultdpc!\n");
|
||||
return -1;
|
||||
} else {
|
||||
ss7_set_default_dpc(link->ss7, cur_defaultdpc);
|
||||
}
|
||||
|
||||
if (cur_networkindicator < 0) {
|
||||
|
Reference in New Issue
Block a user