mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] app: report the full capture name to the client
This commit is contained in:
@@ -583,7 +583,7 @@ static bool newKVMFRData(KVMFRUserData * dst)
|
||||
const uint8_t * uuid = os_getUUID();
|
||||
memcpy(vmInfo.uuid, uuid, 16);
|
||||
|
||||
strncpy(vmInfo.capture, app.iface->shortName, sizeof(vmInfo.capture) - 1);
|
||||
strncpy(vmInfo.capture, app.iface->getName(), sizeof(vmInfo.capture) - 1);
|
||||
|
||||
const int modelLen = strlen(model) + 1;
|
||||
const KVMFRRecord record =
|
||||
|
Reference in New Issue
Block a user