diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-29 10:53:01 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-29 10:53:01 +0200 |
commit | e2633633030e62994ca41ff62006e3e40517c73a (patch) | |
tree | 60d68506aac2dd1499f19f766c8fc5a26a96a231 /lib/err.c | |
parent | 7ef1fda097c5c96e201d50db2892d1c2354eb6d4 (diff) |
WIP -- resolving, crafting packet.
Diffstat (limited to 'lib/err.c')
-rw-r--r-- | lib/err.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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_ */ |