summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--onlineupdate/source/update/updater/updater.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx
index 08aa201cb47e..8a1ef8bf5b24 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -332,6 +332,8 @@ namespace {
bool is_userprofile_in_instdir()
{
+ return false;
+ /*
// the algorithm is:
// 1.) if userprofile path length is smaller than installation dir,
// the profile is surely not in instdir
@@ -350,6 +352,7 @@ bool is_userprofile_in_instdir()
return false;
return NS_tstrncmp(userprofile, gInstallDirPath, installdir_len) == 0;
+ */
}
}