Skip to content

Commit

Permalink
ims_registrar_pcscf: typo a/an IMPU
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 6804318 commit 58ba041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ims_registrar_pcscf/notify.c
Expand Up @@ -345,7 +345,7 @@ int process_body(struct sip_msg* msg, str notify_body, udomain_t * domain) {
LM_DBG("AOR %.*s has reg_state \"%d\"\n", aor.len, aor.s, reg_state);

if (reg_state == STATE_TERMINATED) {
//TODO we if there is a IMPU record state here we should delete all contacts associated to it
//TODO we if there is an IMPU record state here we should delete all contacts associated to it
//Right now we do it go through all the contacts

LM_DBG("AOR %.*s is in state terminated so unsubscribing from reginfo\n", aor.len, aor.s);
Expand Down

0 comments on commit 58ba041

Please sign in to comment.