diff options
author | onefang | 2020-03-17 12:34:43 +1000 |
---|---|---|
committer | onefang | 2020-03-17 12:34:43 +1000 |
commit | 31b8810ce81012e906a1bb69060c9f68e1239dd9 (patch) | |
tree | 644575e82d922faec275445128dbcd84de5664ad | |
parent | Only try to load users Lua file on login. (diff) | |
download | opensim-SC-31b8810ce81012e906a1bb69060c9f68e1239dd9.zip opensim-SC-31b8810ce81012e906a1bb69060c9f68e1239dd9.tar.gz opensim-SC-31b8810ce81012e906a1bb69060c9f68e1239dd9.tar.bz2 opensim-SC-31b8810ce81012e906a1bb69060c9f68e1239dd9.tar.xz |
Oops, part of last commit.
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
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 | { |
3516 | if (rt) | 3516 | if (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."); |