aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorThomas Gschwantner <tharre3@gmail.com>2019-12-11 04:06:21 +0100
committerThomas Gschwantner <tharre3@gmail.com>2019-12-11 06:22:17 +0100
commitca0e5670ac989ff3621ba133a455756ee378faf4 (patch)
treeaa8ba4da7c76cdfdeeae01a9274be09468f9c2ad /common.h
parentChange request_ip protocol (diff)
downloadwg-dynamic-ca0e5670ac989ff3621ba133a455756ee378faf4.tar.xz
wg-dynamic-ca0e5670ac989ff3621ba133a455756ee378faf4.zip
Properly send and display wg_errno and errmsg
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 2608304..bdd5bc1 100644
--- a/common.h
+++ b/common.h
@@ -47,7 +47,7 @@ static const char *const WG_DYNAMIC_KEY[] = { ITEMS };
E(E_NO_ERROR, "Success") /* must be the first entry */ \
E(E_INVALID_REQ, "Invalid request") \
E(E_UNSUPP_PROTO, "Unsupported protocol") \
- E(E_IP_UNAVAIL, "Chosen IP unavailable")
+ E(E_IP_UNAVAIL, "Chosen IP(s) unavailable")
#define E(x, y) x,
enum wg_dynamic_err { ITEMS };