diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 6d3a081..7917118 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -299,7 +299,7 @@ namespace OpenSim.Grid.UserServer | |||
299 | // In theory, the user will only ever be missing a root folder in situations where a grid | 299 | // In theory, the user will only ever be missing a root folder in situations where a grid |
300 | // which didn't previously run a grid wide inventory server is being transitioned to one | 300 | // which didn't previously run a grid wide inventory server is being transitioned to one |
301 | // which does. | 301 | // which does. |
302 | if (null == folders | folders.Count == 0) | 302 | if (null == folders || folders.Count == 0) |
303 | { | 303 | { |
304 | m_log.Warn( | 304 | m_log.Warn( |
305 | "[LOGIN]: " + | 305 | "[LOGIN]: " + |