Skip to content

Commit

Permalink
- fixed incomplete function call (resulted from the merged commit 09…
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Sep 3, 2013
1 parent a039ec9 commit b01c688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/presence/presentity.c
Expand Up @@ -642,7 +642,7 @@ int update_presentity(struct sip_msg* msg, presentity_t* presentity, int* sent_r
/* Send another NOTIFY, this time rely on whatever is on the DB,
* so in case there are no documents an empty
* NOTIFY will be sent to the watchers */
if(publ_notify(presentity, pres_uri, NULL, NULL, rules_doc, NULL) < 0)
if(publ_notify(presentity, pres_uri, NULL, NULL, rules_doc, NULL, 1) < 0)
{
LM_ERR("while sending notify\n");
goto error;
Expand Down

0 comments on commit b01c688

Please sign in to comment.