mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-18 04:35:47 +02:00
uapi: typo
This commit is contained in:
2
uapi.go
2
uapi.go
@@ -307,7 +307,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
|
|||||||
|
|
||||||
// update persistent keepalive interval
|
// 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)
|
secs, err := strconv.ParseUint(value, 10, 16)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user