Skip to content

Commit

Permalink
modules/ims_registrar_pcscf: incorrect flag when searching for pcontact
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeepee committed Jun 6, 2016
1 parent e745e18 commit 8b2ca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ims_registrar_pcscf/notify.c
Expand Up @@ -176,7 +176,7 @@ int process_contact(udomain_t * _d, int expires, str contact_uri, int contact_st
LM_DBG("Setting received port in search to %d\n", ci.received_port);
ci.received_proto = received_proto;
LM_DBG("Setting received proto in search to %d\n", ci.received_proto);
ci.searchflag = (1 << SEARCH_RECEIVED);
ci.searchflag = SEARCH_RECEIVED;
} else {
LM_DBG("Contact in NOTIFY does not have an alias....\n");
}
Expand Down

0 comments on commit 8b2ca17

Please sign in to comment.