mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Prevent double slashes, try #4
This commit is contained in:
@@ -129,7 +129,7 @@ namespace OpenSim.Services.Connectors
|
||||
string ret = serverUri.Uri.AbsoluteUri;
|
||||
if (ret.EndsWith("/"))
|
||||
ret = ret.Substring(0, ret.Length - 1);
|
||||
return serverUri.Uri.AbsoluteUri;
|
||||
return ret;
|
||||
}
|
||||
|
||||
protected void retryCheck(object source, ElapsedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user