Module: sip-router
Branch: master
Commit: 4b53052e3c912c927927529cd98a05957e02ab18
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b53052…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Thu Sep 19 09:19:16 2013 -0400
presence_conference: fix what it looks like a copy/paste error
---
modules/presence_conference/presence_conference.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/presence_conference/presence_conference.c
b/modules/presence_conference/presence_conference.c
index fecad7b..51c0340 100644
--- a/modules/presence_conference/presence_conference.c
+++ b/modules/presence_conference/presence_conference.c
@@ -109,7 +109,7 @@ static int mod_init(void)
}
pres_add_event = pres.add_event;
- if (add_event == NULL) {
+ if (pres_add_event == NULL) {
LM_ERR("could not import add_event function\n");
return -1;
}