Ignore:
Timestamp:
Aug 27, 2015, 10:57:37 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • use the keyword TODO (yellow in vim) to indicate code to review instead of BCO|BERLIOS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondorestore.c

    r3380 r3430  
    27042704        toggle_node_selection(filelist, FALSE);
    27052705        toggle_all_root_dirs_on(filelist);
    2706         // BERLIOS: /usr/lib ???
     2706        // TODO: /usr/lib ???
    27072707        toggle_path_selection(filelist, "/usr/share", TRUE);
    27082708        save_filelist(filelist, "/tmp/out.txt");
     
    28392839        log_it("Returned from calling load_mountlist and load_raidtab successfully");
    28402840
    2841         // BCO:To be reviewed
     2841        // TODO:To be reviewed
    28422842        if ((bkpinfo->restore_mode == compare) || (bkpinfo->restore_mode == nuke)) {
    28432843            if ((bkpinfo->backup_media_type == netfs) && bkpinfo->netfs_mount && !is_this_device_mounted(bkpinfo->netfs_mount)) {
Note: See TracChangeset for help on using the changeset viewer.