mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[FIX] Fix CI
This commit is contained in:
parent
4b5a759ce7
commit
fced112691
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