diff options
Diffstat (limited to 'uapi.go')
-rw-r--r-- | uapi.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -288,6 +288,8 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError { return &IPCError{Code: ipcErrorInvalid} } + peer.event.handshakePushDeadline.Fire() + case "endpoint": // set endpoint destination |