aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/UserServer/UserManager.cs')
-rw-r--r--OpenSim/Grid/UserServer/UserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs
index 3e8f3a2..a78876c 100644
--- a/OpenSim/Grid/UserServer/UserManager.cs
+++ b/OpenSim/Grid/UserServer/UserManager.cs
@@ -466,7 +466,7 @@ namespace OpenSim.Grid.UserServer
466 return CreateUnknownUserErrorResponse(); 466 return CreateUnknownUserErrorResponse();
467 } 467 }
468 468
469 return ProfileToXmlRPCResponse(userProfile); 469 return response;
470 } 470 }
471 471
472 472