mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Don't require deviceID to be parsable GUID.
This commit is contained in:
parent
fcd07ada1a
commit
bd5f967a97
@ -280,7 +280,7 @@ namespace Remotely.Agent.Installer.Win.Services
|
||||
};
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(deviceUuid) && Guid.TryParse(deviceUuid, out _))
|
||||
if (!string.IsNullOrWhiteSpace(deviceUuid))
|
||||
{
|
||||
connectionInfo.DeviceID = deviceUuid;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user