From ec8dcbfd4752ef738152e6549a19567b122d9f2f Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Wed, 30 Nov 2011 09:23:27 +0000 Subject: [PATCH] 481 tested --- src/sipevent/subscribe.c | 1 - 1 file changed, 1 deletion(-) 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);