forked from Telodendria/Telodendria
Fix some compile warnings. I'll get back to this eventually.
This commit is contained in:
parent
72405a94f6
commit
feb11de6b0
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ ROUTE_IMPL(RouteRefresh, args)
|
|||
Db *db = args->matrixArgs->db;
|
||||
LogConfig *lc = args->matrixArgs->lc;
|
||||
|
||||
DbRef *rtRef;
|
||||
DbRef * oAtRef;
|
||||
DbRef * nAtRef;
|
||||
DbRef *rtRef = NULL;
|
||||
DbRef *oAtRef = NULL;
|
||||
DbRef *nAtRef = NULL;
|
||||
|
||||
if (MATRIX_PATH_PARTS(args->path) > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue