Fix refactoring mistakes

This commit is contained in:
Jason A. Donenfeld
2018-05-15 06:28:42 +02:00
parent 08d7602dc3
commit 27091c3284
2 changed files with 3 additions and 3 deletions

View File

@ -331,7 +331,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
case "replace_allowed_ips":
logDebug.Println("UAPI: Removing all allowed EntriesForPeer for peer:", peer)
logDebug.Println("UAPI: Removing all allowedips for peer:", peer)
if value != "true" {
logError.Println("Failed to set replace_allowed_ips, invalid value:", value)