diff options
author | Kim Alvefur <zash@zash.se> | 2016-02-22 18:46:59 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-02-22 18:46:59 +0100 |
commit | 349f3e7a755249a16acf5417f9bea95c0df77513 (patch) | |
tree | 15d7151c2609ac821e0dd08e27f67795300b090d /util/debug.lua | |
parent | 82a913c6816be2b0503368afac85b8b20335db0e (diff) | |
parent | 6ee4f6f618ee4a07f3b25f38c7da675d68fdceee (diff) | |
download | prosody-349f3e7a755249a16acf5417f9bea95c0df77513.tar.gz prosody-349f3e7a755249a16acf5417f9bea95c0df77513.zip |
Merge 0.10->trunk
Diffstat (limited to 'util/debug.lua')
-rw-r--r-- | util/debug.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/debug.lua b/util/debug.lua index a78524a9..00f476d0 100644 --- a/util/debug.lua +++ b/util/debug.lua @@ -1,6 +1,9 @@ -- Variables ending with these names will not -- have their values printed ('password' includes -- 'new_password', etc.) +-- +-- luacheck: ignore 122/debug + local censored_names = { password = true; passwd = true; |