summaryrefslogtreecommitdiffstats
path: root/cryptfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'cryptfs.c')
-rw-r--r--cryptfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs.c b/cryptfs.c
index b2499aa..87ab281 100644
--- a/cryptfs.c
+++ b/cryptfs.c
@@ -1192,7 +1192,7 @@ int cryptfs_enable(char *howarg, char *passwd)
acquire_wake_lock(PARTIAL_WAKE_LOCK, lockid);
/* Get the sdcard mount point */
- sd_mnt_point = getenv("MULTIUSER_EXTERNAL_STORAGE");
+ sd_mnt_point = getenv("EMULATED_STORAGE_SOURCE");
if (!sd_mnt_point) {
sd_mnt_point = getenv("EXTERNAL_STORAGE");
}