Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2014-10-21 01:31:23 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2014-10-21 04:33:05 +0400
commit8aa125fbc72718ef521cfa94bb7e1e872fd97807 (patch)
treeb1dd50288f4b0ed1492d7dc8f4211cf9f699bb7a /scripts/murmur.ini
parent5131d9e3036bb7de94967dd026f2c7f4ec91645d (diff)
Fix issues found in review of PR #1422
Diffstat (limited to 'scripts/murmur.ini')
-rw-r--r--scripts/murmur.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index cef4f17d9..d103a0aa8 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -174,7 +174,7 @@ users=100
# This sets password hash storage to legacy mode (1.2.4 and before)
# (Note that setting this to true is insecure and should not be used unless absolutely necessary)
-#legacyPasswordwHash=false
+#legacyPasswordHash=false
# By default a strong amount of PBKDF2 iterations are chosen automatically. If >0 this setting
# overrides the automatic benchmark and forces a specific number of iterations.