Changeset 2373 in MondoRescue


Ignore:
Timestamp:
Sep 8, 2009, 1:55:31 PM (15 years ago)
Author:
Bruno Cornec
Message:

Avoid asking the Prefix name in NFS mode twice

File:
1 edited

Legend:

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

    r2350 r2373  
    469469    read_cfg_file_into_bkpinfo(g_mondo_cfg_file);
    470470    log_it("Done loading config file; resizing ML");
    471     if (bkpinfo->backup_media_type == nfs) {
    472         strcpy(tmp, bkpinfo->prefix);
    473         if (popup_and_get_string
    474             ("Prefix", "Prefix of your ISO images ?", tmp, MAX_STR_LEN / 4)) {
    475             strcpy(bkpinfo->prefix, tmp);
    476             log_msg(1, "Prefix set to %s",bkpinfo->prefix);
    477         }
    478     }
    479471
    480472#ifdef __FreeBSD__
Note: See TracChangeset for help on using the changeset viewer.