aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers
diff options
context:
space:
mode:
authorBlueWall2014-08-13 20:06:07 -0400
committerBlueWall2014-08-13 20:06:07 -0400
commitdabb8e62f434f6df71b90291960e71c7e16f50f5 (patch)
treeedba01d1fa066b4118c26e852b645f8578d9560a /OpenSim/Server/Handlers
parentOn entity transfer of scene presence, replace polling sleep in SP.WaitForUpda... (diff)
downloadopensim-SC_OLD-dabb8e62f434f6df71b90291960e71c7e16f50f5.zip
opensim-SC_OLD-dabb8e62f434f6df71b90291960e71c7e16f50f5.tar.gz
opensim-SC_OLD-dabb8e62f434f6df71b90291960e71c7e16f50f5.tar.bz2
opensim-SC_OLD-dabb8e62f434f6df71b90291960e71c7e16f50f5.tar.xz
Update OpenID server handler with proper interface. fixes http://opensimulator.org/mantis/view.php?id=7301
Diffstat (limited to 'OpenSim/Server/Handlers')
-rw-r--r--OpenSim/Server/Handlers/Authentication/OpenIdServerHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Authentication/OpenIdServerHandler.cs b/OpenSim/Server/Handlers/Authentication/OpenIdServerHandler.cs
index 66a26fc..b201dc7 100644
--- a/OpenSim/Server/Handlers/Authentication/OpenIdServerHandler.cs
+++ b/OpenSim/Server/Handlers/Authentication/OpenIdServerHandler.cs
@@ -147,7 +147,7 @@ namespace OpenSim.Server.Handlers.Authentication
147 #endregion 147 #endregion
148 } 148 }
149 149
150 public class OpenIdStreamHandler : BaseOutputStreamHandler 150 public class OpenIdStreamHandler : BaseOutputStreamHandler, IStreamHandler
151 { 151 {
152 #region HTML 152 #region HTML
153 153