* Fail storing user accounts in the remote connector.

This commit is contained in:
Diva Canto
2010-04-03 12:11:54 -07:00
parent 6485c576a1
commit 8f68edfe12

View File

@@ -144,6 +144,12 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts
return account;
}
public bool StoreUserAccount(UserAccount data)
{
// This remote connector refuses to serve this method
return false;
}
#endregion
}
}