]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Whoops, forgot to remove the original sip_scheddestroy.
authorJoshua Colp <jcolp@digium.com>
Wed, 17 Oct 2007 16:58:03 +0000 (16:58 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 17 Oct 2007 16:58:03 +0000 (16:58 +0000)
(closes issue #11010)
Reported by: vadim

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@86117 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index ca80daac04ca0964b431634b593399f3c849ae82..6131cd4c9d76652f663ff6b30fe08044e63c0812 100644 (file)
@@ -9501,7 +9501,6 @@ static void receive_message(struct sip_pvt *p, struct sip_request *req)
                transmit_response(p, "405 Method Not Allowed", req); /* Good enough, or? */
                sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
        }
-       sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
        return;
 }