aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalUserServices.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalUserServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalUserServices.cs b/OpenSim/Region/Communications/Local/LocalUserServices.cs
index 6269565..e02a600 100644
--- a/OpenSim/Region/Communications/Local/LocalUserServices.cs
+++ b/OpenSim/Region/Communications/Local/LocalUserServices.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Communications.Local
55 55
56 public override UserProfileData SetupMasterUser(string firstName, string lastName) 56 public override UserProfileData SetupMasterUser(string firstName, string lastName)
57 { 57 {
58 return SetupMasterUser(firstName, lastName, ""); 58 return SetupMasterUser(firstName, lastName, String.Empty);
59 } 59 }
60 60
61 public override UserProfileData SetupMasterUser(string firstName, string lastName, string password) 61 public override UserProfileData SetupMasterUser(string firstName, string lastName, string password)