projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fd90574
)
Remove deprecated function call
author
Matthew Fredrickson
<creslin@digium.com>
Thu, 21 Jun 2007 18:03:46 +0000
(18:03 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Thu, 21 Jun 2007 18:03:46 +0000
(18:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70769
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_zap.c
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
c1648ae
..
08ff957
100644
(file)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-11576,8
+11576,6
@@
static int linkset_addsigchan(int sigchan)
if (cur_defaultdpc < 0) {
ast_log(LOG_ERROR, "Unspecified defaultdpc!\n");
return -1;
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) {
}
if (cur_networkindicator < 0) {