mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
removing more boost 1.34+ features
This commit is contained in:
parent
1b46ce6749
commit
57ce5cf1ef
@ -584,8 +584,8 @@ namespace mongo {
|
||||
tmp[len] = 0;
|
||||
log(5) << " symlink " << test << " -->> " << tmp << endl;
|
||||
test = tmp;
|
||||
path p( test );
|
||||
dir = p.remove_leaf().string();
|
||||
|
||||
dir = test.substr( 0 , test.rfind( "/" ) );
|
||||
}
|
||||
dbDir = dir;
|
||||
found = true;
|
||||
|
Loading…
Reference in New Issue
Block a user