# # # patch "mtn_cvs/cvs_sync.cc" # from [c9d20547cf9bcee7ae465fbc272ff9abb129c45c] # to [32adfe1e3c7ecd4592f0ae2fa7080ff50a2d9b93] # ============================================================ --- mtn_cvs/cvs_sync.cc c9d20547cf9bcee7ae465fbc272ff9abb129c45c +++ mtn_cvs/cvs_sync.cc 32adfe1e3c7ecd4592f0ae2fa7080ff50a2d9b93 @@ -1731,8 +1731,9 @@ void cvs_repository::parse_module_paths( for (mtn_automate::sync_map_t::const_iterator i=mp.begin(); i!=mp.end(); ++i) { if (i->first.second()==app.opts.domain()+":path") - L(FL("found module %s:%s") % i->first.first % i->second()); - sd[file_path(i->first.first).as_internal()]=i->second(); + { L(FL("found module %s:%s") % i->first.first % i->second()); + sd[file_path(i->first.first).as_internal()]=i->second(); + } } SetServerDir(sd); }