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;
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)
{