Fix some compile warnings. I'll get back to this eventually.

This commit is contained in:
Jordan Bancino 2023-02-16 18:51:10 +00:00
parent 72405a94f6
commit feb11de6b0

View file

@ -45,9 +45,9 @@ ROUTE_IMPL(RouteRefresh, args)
Db *db = args->matrixArgs->db; Db *db = args->matrixArgs->db;
LogConfig *lc = args->matrixArgs->lc; LogConfig *lc = args->matrixArgs->lc;
DbRef *rtRef; DbRef *rtRef = NULL;
DbRef * oAtRef; DbRef *oAtRef = NULL;
DbRef * nAtRef; DbRef *nAtRef = NULL;
if (MATRIX_PATH_PARTS(args->path) > 0) if (MATRIX_PATH_PARTS(args->path) > 0)
{ {