parent
1e97972f78
commit
c738368846
|
@ -112,7 +112,6 @@ namespace OpenSim.Services.Connectors.Friends
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
m_log.DebugFormat("[FRIENDS SERVICE CONNECTOR]: Calling {0}", uri);
|
|
||||||
string reply = SynchronousRestFormsRequester.MakeRequest("POST", uri, reqString);
|
string reply = SynchronousRestFormsRequester.MakeRequest("POST", uri, reqString);
|
||||||
if (reply != string.Empty)
|
if (reply != string.Empty)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue