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:
f48a573
)
Don't delete initid scheduled item twice... Thanks, vecher, for bugging me about...
author
Olle Johansson
<oej@edvina.net>
Tue, 27 Jun 2006 20:54:06 +0000
(20:54 +0000)
committer
Olle Johansson
<oej@edvina.net>
Tue, 27 Jun 2006 20:54:06 +0000
(20:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36182
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
3c42f77
..
e44679f
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-2819,8
+2819,6
@@
static void __sip_destroy(struct sip_pvt *p, int lockowner)
ast_log(LOG_WARNING, "Trying to destroy \"%s\", not found in dialog list?!?! \n", p->callid);
return;
}
- if (p->initid > -1)
- ast_sched_del(sched, p->initid);
/* remove all current packets in this dialog */
while((cp = p->packets)) {