summaryrefslogtreecommitdiff
path: root/lib/err.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2010-09-29 15:52:39 +0200
committerLinus Nordberg <linus@nordu.net>2010-09-29 15:52:39 +0200
commitb10a02e5f3a7dd184ada869015e438e63bca52bf (patch)
tree70c74d012d2a89c1a1efefa5afc0787de0b84368 /lib/err.c
parente2633633030e62994ca41ff62006e3e40517c73a (diff)
WIP -- connecting and sending a packet using libevent.
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 b0f05c6..74edeb0 100644
--- a/lib/err.c
+++ b/lib/err.c
@@ -13,8 +13,8 @@ const char *_errtxt[] = {
"FreeRadius error" /* 6 RSE_FR */
"bad hostname or port" /* 7 RSE_BADADDR */
"no peer configured" /* 8 RSE_NOPEER */
- "ERR 9" /* RSE_ */
- "ERR 10" /* RSE_ */
+ "libevent error" /* 9 RSE_EVENT */
+ "connection error" /* 10 RSE_CONNERR */
"ERR 11" /* RSE_ */
"ERR 12" /* RSE_ */
"ERR 13" /* RSE_ */