mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
Merge branch 'master' of https://git.kappach.at/lda/Parsee
This commit is contained in:
commit
4bc2d1606a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ static bool
|
||||||
PEPManagerHandleEvent(PEPManager *manager, XMLElement *stanza)
|
PEPManagerHandleEvent(PEPManager *manager, XMLElement *stanza)
|
||||||
{
|
{
|
||||||
PEPEvent *call = NULL;
|
PEPEvent *call = NULL;
|
||||||
XMLElement *event, *ps, *ev;
|
XMLElement *event = NULL, *ps = NULL, *ev = NULL;
|
||||||
size_t i;
|
size_t i;
|
||||||
if (!manager || !stanza)
|
if (!manager || !stanza)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue