forked from Telodendria/Telodendria
Fix warning in RouteRegister.c
This commit is contained in:
parent
7bda319f39
commit
ea1828e95e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue