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:
555ed04
)
Remove duplicate entry in the sig_pri_pri private pointer array.
author
Richard Mudgett
<rmudgett@digium.com>
Tue, 8 Sep 2009 21:17:16 +0000
(21:17 +0000)
committer
Richard Mudgett
<rmudgett@digium.com>
Tue, 8 Sep 2009 21:17:16 +0000
(21:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217236
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/sig_pri.c
patch
|
blob
|
history
diff --git
a/channels/sig_pri.c
b/channels/sig_pri.c
index
47884fb
..
e3753c0
100644
(file)
--- a/
channels/sig_pri.c
+++ b/
channels/sig_pri.c
@@
-3045,7
+3045,6
@@
struct sig_pri_chan *sig_pri_chan_new(void *pvt_data, struct sig_pri_callback *c
struct sig_pri_chan *p;
p = ast_calloc(1, sizeof(*p));
-
if (!p)
return p;
@@
-3056,7
+3055,6
@@
struct sig_pri_chan *sig_pri_chan_new(void *pvt_data, struct sig_pri_callback *c
p->calls = callback;
p->chan_pvt = pvt_data;
- pri->pvts[pri->numchans++] = p;
p->pri = pri;
return p;