aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 68cd321..36ba0dc 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -3515,6 +3515,8 @@ static int validateName(reqData *Rd, qhashtbl_t *data)
3515 { 3515 {
3516if (rt) 3516if (rt)
3517{ 3517{
3518 bitch(Rd, "Login failed.", "Could not read user Lua file.");
3519 ret += rt;
3518 if (i == 0) 3520 if (i == 0)
3519 { 3521 {
3520 bitch(Rd, "Login failed.", "No UserAccounts record with that name."); 3522 bitch(Rd, "Login failed.", "No UserAccounts record with that name.");