diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-14 03:38:06 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-14 03:38:06 +0200 |
commit | c1e097d6d0cabb81b3aa180d69107f9857606bf5 (patch) | |
tree | 000c3ba19fa2c3a6da7fe848cdaf9e9d313cede8 /uapi.go | |
parent | e75d2d4496643ef6b4033d574cd47b92aeb21a11 (diff) |
Optional logging even in background
Diffstat (limited to 'uapi.go')
-rw-r--r-- | uapi.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -235,7 +235,6 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError { dummy = device.staticIdentity.publicKey.Equals(publicKey) device.staticIdentity.mutex.RUnlock() - if dummy { peer = &Peer{} } else { |