mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Framework.ServiceAuth
|
||||
{
|
||||
// remove_me = section;
|
||||
m_Username = Util.GetConfigVarFromSections<string>(config, "HttpAuthUsername", new string[] { "Network", section }, string.Empty);
|
||||
m_Password = Util.GetConfigVarFromSections<string>(config, "HttpAuthPassword", new string[] { "Network", section }, string.Empty);
|
||||
m_Password = Util.GetConfigVarFromSections<string>(config, "HttpAuthPassword", new string[] { "Network", section }, string.Empty);
|
||||
string str = m_Username + ":" + m_Password;
|
||||
byte[] encData_byte = Util.UTF8.GetBytes(str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user