diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserAccountData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserAccountData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserAccountData.cs b/OpenSim/Data/MySQL/MySQLUserAccountData.cs index c6eb44d..e2ce6d1 100644 --- a/OpenSim/Data/MySQL/MySQLUserAccountData.cs +++ b/OpenSim/Data/MySQL/MySQLUserAccountData.cs | |||
@@ -41,6 +41,7 @@ namespace OpenSim.Data.MySQL | |||
41 | : base(connectionString, realm, "UserAccount") | 41 | : base(connectionString, realm, "UserAccount") |
42 | { | 42 | { |
43 | } | 43 | } |
44 | |||
44 | public bool Store(UserAccountData data, UUID principalID, string token) | 45 | public bool Store(UserAccountData data, UUID principalID, string token) |
45 | { | 46 | { |
46 | return Store(data); | 47 | return Store(data); |