Fix compile error.

This commit is contained in:
Jordan Bancino 2023-03-01 01:23:52 +00:00
parent 2747660473
commit 334a711b02
2 changed files with 2 additions and 1 deletions

View file

@ -411,7 +411,7 @@ UiaComplete(Array * flows, HttpServerContext * context, Db * db,
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:
ArrayFree(possibleNext);

View file

@ -31,6 +31,7 @@
#include <stddef.h>
#include <HashMap.h>
#include <Array.h>
typedef struct Db Db;
typedef struct DbRef DbRef;