summaryrefslogtreecommitdiff
path: root/lib/err.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2010-10-11 10:41:58 +0200
committerLinus Nordberg <linus@nordu.net>2010-10-11 10:41:58 +0200
commitff55882798b6c482faec920d30a4ffdc10b306f7 (patch)
tree2bc7e2b5665f281b98bff37e2805f07616e3a55b /lib/err.c
parent391369cb26363980cbe37d30c41d48a03dd46ef5 (diff)
Request object implementation and bug fixes by Luke Howard.
Diffstat (limited to 'lib/err.c')
-rw-r--r--lib/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/err.c b/lib/err.c
index 116c995..51e4421 100644
--- a/lib/err.c
+++ b/lib/err.c
@@ -19,7 +19,7 @@ const char *_errtxt[] = {
"libevent error" /* 9 RSE_EVENT */
"connection error" /* 10 RSE_CONNERR */
"invalid configuration file" /* 11 RSE_CONFIG */
- "ERR 12" /* RSE_ */
+ "authentication failed" /* RSE_BADAUTH */
"ERR 13" /* RSE_ */
"ERR 14" /* RSE_ */
"ERR 15" /* RSE_ */