diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 7f71334be5..de3d360703 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -4073,7 +4073,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, } } - if (nh && nh->nh_home) { + if (nh) { sip_to_tag(nh->nh_home, sip->sip_to, use_to_tag); }