0
0
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:
Eliot Horowitz 2009-03-31 17:51:16 -04:00
parent 1b46ce6749
commit 57ce5cf1ef

View File

@ -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;