diff options
author | Sean Dague | 2007-07-31 14:42:50 +0000 |
---|---|---|
committer | Sean Dague | 2007-07-31 14:42:50 +0000 |
commit | 55b569069dfd6eb7c87d4fbd66d68083878f6c65 (patch) | |
tree | 55863a76a9c4797ee8d9fa954868e1d650e0d7be /OpenSim/Region/Communications/OGS1 | |
parent | * Fixed a bug where the simulator could crash if the userserver was particula... (diff) | |
download | opensim-SC_OLD-55b569069dfd6eb7c87d4fbd66d68083878f6c65.zip opensim-SC_OLD-55b569069dfd6eb7c87d4fbd66d68083878f6c65.tar.gz opensim-SC_OLD-55b569069dfd6eb7c87d4fbd66d68083878f6c65.tar.bz2 opensim-SC_OLD-55b569069dfd6eb7c87d4fbd66d68083878f6c65.tar.xz |
clear userAgent state on client shutdown, which fixes the issue
where you could only login once with a given id in standalone mode.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index cd9c4fe..0459e80 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -86,6 +86,11 @@ namespace OpenSim.Region.Communications.OGS1 | |||
86 | return null; | 86 | return null; |
87 | } | 87 | } |
88 | 88 | ||
89 | public void clearUserAgent(LLUUID avatarID) | ||
90 | { | ||
91 | // TODO: implement | ||
92 | } | ||
93 | |||
89 | public UserProfileData SetupMasterUser(string firstName, string lastName) | 94 | public UserProfileData SetupMasterUser(string firstName, string lastName) |
90 | { | 95 | { |
91 | return SetupMasterUser(firstName, lastName, ""); | 96 | return SetupMasterUser(firstName, lastName, ""); |