diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-05 05:46:27 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-05 05:46:27 +0100 |
commit | c37c4ece9efd1b7afc952905ad44a10e4c5d45d7 (patch) | |
tree | a6118d9417b81fcd66a0b7c318c2f161b1a78984 | |
parent | b803276061b23076aa9dad8a5683973c0a51ac50 (diff) |
uapi: typo
-rw-r--r-- | uapi.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError { // update persistent keepalive interval - logDebug.Println(peer, "- UAPI: Updating persistent keepalive interva") + logDebug.Println(peer, "- UAPI: Updating persistent keepalive interval") secs, err := strconv.ParseUint(value, 10, 16) if err != nil { |