Ouch! Accidental commit of wrong file in 424875.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@424876 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/76/76/1
Walter Doekes 11 years ago
parent a3032baf86
commit 2ed08f84ef

@ -24737,10 +24737,6 @@ static int handle_request_bye(struct sip_pvt *p, struct sip_request *req)
} else {
transmit_response(p, "200 OK", req);
}
/* Destroy any pending invites so we won't try to do another
* scheduled reINVITE. */
AST_SCHED_DEL_UNREF(sched, p->waitid, dialog_unref(p, "decrement refcount from sip_destroy because waitid won't be scheduled"));
return 1;
}

Loading…
Cancel
Save