summaryrefslogtreecommitdiff
path: root/lib/err.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2010-09-29 10:53:01 +0200
committerLinus Nordberg <linus@nordu.net>2010-09-29 10:53:01 +0200
commite2633633030e62994ca41ff62006e3e40517c73a (patch)
tree60d68506aac2dd1499f19f766c8fc5a26a96a231 /lib/err.c
parent7ef1fda097c5c96e201d50db2892d1c2354eb6d4 (diff)
WIP -- resolving, crafting packet.
Diffstat (limited to 'lib/err.c')
-rw-r--r--lib/err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/err.c b/lib/err.c
index 8ee76a6..b0f05c6 100644
--- a/lib/err.c
+++ b/lib/err.c
@@ -11,8 +11,8 @@ const char *_errtxt[] = {
"invalid connection" /* 4 RSE_INVALID_CONN */
"connection type mismatch" /* 5 RSE_CONN_TYPE_MISMATCH */
"FreeRadius error" /* 6 RSE_FR */
- "ERR 7" /* RSE_ */
- "ERR 8" /* RSE_ */
+ "bad hostname or port" /* 7 RSE_BADADDR */
+ "no peer configured" /* 8 RSE_NOPEER */
"ERR 9" /* RSE_ */
"ERR 10" /* RSE_ */
"ERR 11" /* RSE_ */