Ignore:
Timestamp:
Mar 22, 2010, 1:56:46 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3763@localhost: bruno | 2010-03-18 12:03:49 +0100

  • Fix CMDLINE variable initialization to do it after /proc is mounted
  • Fix backup-media-type handling in mondorestore (wrong test)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/mondorestore/mondo-rstr-tools.c

    r2508 r2607  
    709709media_specified_by_user = bkpinfo->backup_media_type;   // or 'none', if not specified
    710710
    711 if ((value = read_cfg_var(cfg_file, "backup-media-type")) == 0) {
     711if ((value = read_cfg_var(cfg_file, "backup-media-type")) != NULL) {
    712712    if (!strcmp(value, "cdstream")) {
    713713        bkpinfo->backup_media_type = cdstream;
Note: See TracChangeset for help on using the changeset viewer.