mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55: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)
|
||||
{
|
||||
PEPEvent *call = NULL;
|
||||
XMLElement *event, *ps, *ev;
|
||||
XMLElement *event = NULL, *ps = NULL, *ev = NULL;
|
||||
size_t i;
|
||||
if (!manager || !stanza)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue