diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/VoiceModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/VoiceModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/VoiceModule.cs b/OpenSim/Region/Environment/Modules/VoiceModule.cs index b254507..8ca4698 100644 --- a/OpenSim/Region/Environment/Modules/VoiceModule.cs +++ b/OpenSim/Region/Environment/Modules/VoiceModule.cs | |||
@@ -180,7 +180,7 @@ namespace OpenSim.Region.Environment.Modules | |||
180 | if (null == userInfo) throw new Exception("cannot get user details"); | 180 | if (null == userInfo) throw new Exception("cannot get user details"); |
181 | 181 | ||
182 | LLSDVoiceAccountResponse voiceAccountResponse = | 182 | LLSDVoiceAccountResponse voiceAccountResponse = |
183 | new LLSDVoiceAccountResponse(voiceUser, "$1$" + userInfo.UserProfile.passwordHash); | 183 | new LLSDVoiceAccountResponse(voiceUser, "$1$" + userInfo.UserProfile.PasswordHash); |
184 | string r = LLSDHelpers.SerialiseLLSDReply(voiceAccountResponse); | 184 | string r = LLSDHelpers.SerialiseLLSDReply(voiceAccountResponse); |
185 | m_log.DebugFormat("[CAPS][PROVISIONVOICE]: {0}", r); | 185 | m_log.DebugFormat("[CAPS][PROVISIONVOICE]: {0}", r); |
186 | return r; | 186 | return r; |