diff options
author | Justin Clarke Casey | 2008-07-29 18:16:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-29 18:16:17 +0000 |
commit | d84a6bca55d1a6c50e7390eb099a4dffb62aded3 (patch) | |
tree | e6636816d152c2af2205f941df64b45f51a9c95e | |
parent | * add file path parameter to save-inv (in development) (diff) | |
download | opensim-SC_OLD-d84a6bca55d1a6c50e7390eb099a4dffb62aded3.zip opensim-SC_OLD-d84a6bca55d1a6c50e7390eb099a4dffb62aded3.tar.gz opensim-SC_OLD-d84a6bca55d1a6c50e7390eb099a4dffb62aded3.tar.bz2 opensim-SC_OLD-d84a6bca55d1a6c50e7390eb099a4dffb62aded3.tar.xz |
* minor: temporarily command out variables to prevent compile warnings
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 8164b1a..108c1d0 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -680,8 +680,8 @@ namespace OpenSim | |||
680 | 680 | ||
681 | string firstName = cmdparams[0]; | 681 | string firstName = cmdparams[0]; |
682 | string lastName = cmdparams[1]; | 682 | string lastName = cmdparams[1]; |
683 | string invPath = cmdparams[2]; | 683 | //string invPath = cmdparams[2]; |
684 | string savePath = (cmdparams.Length > 3 ? cmdparams[3] : DEFAULT_INV_BACKUP_FILENAME); | 684 | //string savePath = (cmdparams.Length > 3 ? cmdparams[3] : DEFAULT_INV_BACKUP_FILENAME); |
685 | 685 | ||
686 | UserProfileData userProfile = m_commsManager.UserService.GetUserProfile(firstName, lastName); | 686 | UserProfileData userProfile = m_commsManager.UserService.GetUserProfile(firstName, lastName); |
687 | if (null == userProfile) | 687 | if (null == userProfile) |