481 tested

This commit is contained in:
Richard Aas 2011-11-30 09:23:27 +00:00
parent b34b1217c0
commit ec8dcbfd47

View file

@ -220,7 +220,6 @@ static void response_handler(int err, const struct sip_msg *msg, void *arg)
return;
case 481:
// todo: test
sub->subscribed = false;
sub->dlg = mem_deref(sub->dlg);
hash_unlink(&sub->he);