forked from Telodendria/Telodendria
Fix compile error.
This commit is contained in:
parent
2747660473
commit
334a711b02
2 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,7 @@ UiaComplete(Array * flows, HttpServerContext * context, Db * db,
|
||||||
|
|
||||||
ArrayAdd(completed, JsonValueString(authType));
|
ArrayAdd(completed, JsonValueString(authType));
|
||||||
|
|
||||||
ret = 1; / * TODO: Only return 1 if there are remaining stages */
|
ret = 1; /* TODO: Only return 1 if there are remaining stages */
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
ArrayFree(possibleNext);
|
ArrayFree(possibleNext);
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <HashMap.h>
|
#include <HashMap.h>
|
||||||
|
#include <Array.h>
|
||||||
|
|
||||||
typedef struct Db Db;
|
typedef struct Db Db;
|
||||||
typedef struct DbRef DbRef;
|
typedef struct DbRef DbRef;
|
||||||
|
|
Loading…
Reference in a new issue