diff options
author | Melanie | 2011-12-05 20:32:35 +0000 |
---|---|---|
committer | Melanie | 2011-12-05 20:32:35 +0000 |
commit | bc17e2e9cf1361116f9082326f7630b8f0c862ba (patch) | |
tree | d0bc568f8b5eeb47ccd77c822e6941b0e150319c /OpenSim/Server/Handlers/Base | |
parent | Add the proper result code as per the LL announcement for llTransferLindenDol... (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-bc17e2e9cf1361116f9082326f7630b8f0c862ba.zip opensim-SC-bc17e2e9cf1361116f9082326f7630b8f0c862ba.tar.gz opensim-SC-bc17e2e9cf1361116f9082326f7630b8f0c862ba.tar.bz2 opensim-SC-bc17e2e9cf1361116f9082326f7630b8f0c862ba.tar.xz |
Merge branch 'master' into bigmerge
Diffstat (limited to 'OpenSim/Server/Handlers/Base')
-rw-r--r-- | OpenSim/Server/Handlers/Base/Utils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Base/Utils.cs b/OpenSim/Server/Handlers/Base/Utils.cs index 92372a0..48d923f 100644 --- a/OpenSim/Server/Handlers/Base/Utils.cs +++ b/OpenSim/Server/Handlers/Base/Utils.cs | |||
@@ -70,7 +70,7 @@ namespace OpenSim.Server.Handlers.Base | |||
70 | } | 70 | } |
71 | } | 71 | } |
72 | 72 | ||
73 | public static bool GetAuthentication(OSHttpRequest httpRequest, out string authority, out string authKey) | 73 | public static bool GetAuthentication(IOSHttpRequest httpRequest, out string authority, out string authKey) |
74 | { | 74 | { |
75 | authority = string.Empty; | 75 | authority = string.Empty; |
76 | authKey = string.Empty; | 76 | authKey = string.Empty; |