1
0
Fork 0

Adapt fgfs_tools_server to new relative paths on fgfs-construct commandline.

This commit is contained in:
Ralf Gerlich 2009-06-07 20:40:57 +02:00
parent 4ef15f03da
commit 1e8375a7e6

View file

@ -395,8 +395,7 @@ int main(int argc, char *argv[]) {
cout << "Will not overwrite up-to-date existing buckets" << endl;
for (int i = arg_pos; i < argc; i++) {
string dir;
dir = work_base + "/";
dir += argv[i];
dir = argv[i];
load_dirs.push_back( dir );
cout << "Load directory: " << dir << endl;
}