@phil-lavin sorry about the whitespace changes, I learned from my mistake and will fix whitespace in a separate commit from now on. The only significant change to the code is here:
if (delete_presentity(&pres) < 0)
{
LM_ERR("Deleting presentity\n");
goto error;
}
And if you look at full code, you'll see I just copied it from a few lines below it. You are welcome to change the log levels in a separate PR!
Thanks,
Emmanuel
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub