Fix warning in RouteRegister.c

This commit is contained in:
Jordan Bancino 2023-01-06 21:54:33 +00:00
parent 7bda319f39
commit ea1828e95e

View file

@ -47,7 +47,7 @@ ROUTE_IMPL(RouteRegister, args)
char *initialDeviceDisplayName = NULL;
int refreshToken = 0;
int inhibitLogin = 0;
char *deviceId;
char *deviceId = NULL;
if (MATRIX_PATH_PARTS(args->path) == 0)
{