diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-29 15:52:39 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-29 15:52:39 +0200 |
commit | b10a02e5f3a7dd184ada869015e438e63bca52bf (patch) | |
tree | 70c74d012d2a89c1a1efefa5afc0787de0b84368 /lib/err.c | |
parent | e2633633030e62994ca41ff62006e3e40517c73a (diff) |
WIP -- connecting and sending a packet using libevent.
Diffstat (limited to 'lib/err.c')
-rw-r--r-- | lib/err.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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_ */ |