diff --git a/src/sipevent/subscribe.c b/src/sipevent/subscribe.c index 1536997..68c98f9 100644 --- a/src/sipevent/subscribe.c +++ b/src/sipevent/subscribe.c @@ -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);