mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +02:00
Fix incorrect assignment of SystemSerialNumber and SystemManufacturer (#1600)
This commit is contained in:
parent
0fbf72434e
commit
e1eddd1cab
@ -285,9 +285,9 @@ func extractPeerMeta(loginReq *proto.LoginRequest) nbpeer.PeerSystemMeta {
|
|||||||
UIVersion: loginReq.GetMeta().GetUiVersion(),
|
UIVersion: loginReq.GetMeta().GetUiVersion(),
|
||||||
KernelVersion: loginReq.GetMeta().GetKernelVersion(),
|
KernelVersion: loginReq.GetMeta().GetKernelVersion(),
|
||||||
NetworkAddresses: networkAddresses,
|
NetworkAddresses: networkAddresses,
|
||||||
SystemSerialNumber: loginReq.GetMeta().GetSysManufacturer(),
|
SystemSerialNumber: loginReq.GetMeta().GetSysSerialNumber(),
|
||||||
SystemProductName: loginReq.GetMeta().GetSysProductName(),
|
SystemProductName: loginReq.GetMeta().GetSysProductName(),
|
||||||
SystemManufacturer: loginReq.GetMeta().GetSysSerialNumber(),
|
SystemManufacturer: loginReq.GetMeta().GetSysManufacturer(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user