Fixed shadowing bug
This commit is contained in:
parent
92135131a7
commit
1fb00e8045
@ -153,7 +153,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
|
|||||||
return &IPCError{Code: ipcErrorInvalidValue}
|
return &IPCError{Code: ipcErrorInvalidValue}
|
||||||
}
|
}
|
||||||
device.mutex.RLock()
|
device.mutex.RLock()
|
||||||
peer, _ := device.peers[pubKey]
|
peer, _ = device.peers[pubKey]
|
||||||
device.mutex.RUnlock()
|
device.mutex.RUnlock()
|
||||||
if peer == nil {
|
if peer == nil {
|
||||||
peer = device.NewPeer(pubKey)
|
peer = device.NewPeer(pubKey)
|
||||||
|
Loading…
Reference in New Issue
Block a user