diff --git a/src/app/config/config.c b/src/app/config/config.c index 4a308a808f..e223011fcf 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -711,9 +711,9 @@ static const config_var_t option_vars_[] = { VAR_NODUMP("__HashedControlSessionPassword", LINELIST, HashedControlSessionPassword, NULL), - VAR_NODUMP_IMMUTABLE("__OwningControllerProcess",STRING, + VAR_NODUMP("__OwningControllerProcess",STRING, OwningControllerProcess, NULL), - VAR_NODUMP("__OwningControllerFD", UINT64, OwningControllerFD, + VAR_NODUMP_IMMUTABLE("__OwningControllerFD", UINT64, OwningControllerFD, UINT64_MAX_STRING), V(MinUptimeHidServDirectoryV2, INTERVAL, "96 hours"), V(TestingServerDownloadInitialDelay, CSV_INTERVAL, "0"),