summaryrefslogtreecommitdiff
path: root/src/cstore/unionfs/cstore-unionfs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cstore/unionfs/cstore-unionfs.cpp')
-rw-r--r--src/cstore/unionfs/cstore-unionfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/unionfs/cstore-unionfs.cpp b/src/cstore/unionfs/cstore-unionfs.cpp
index b42e8c8..2f0042a 100644
--- a/src/cstore/unionfs/cstore-unionfs.cpp
+++ b/src/cstore/unionfs/cstore-unionfs.cpp
@@ -447,7 +447,7 @@ UnionfsCstore::setupSession()
// remove old config session directories but only for the current user
- if (directory_uid == current_uid && (directory_uid != 0 ) {
+ if (directory_uid == current_uid && directory_uid != 0 ) {
string config_match = work_base.path_cstr() + std::string("/new_config_");
string current_path = directories[i].path_cstr();