Ignore:
Timestamp:
Sep 20, 2007, 10:20:45 PM (17 years ago)
Author:
Bruno Cornec
Message:

More conf file items handled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondo-cli.c

    r1638 r1639  
    580580
    581581    if (flag_set['D']) {
    582         bkpinfo->differential = 1;
    583 //      bkpinfo->differential = atoi (flag_val['D']);
    584         if ((bkpinfo->differential < 1) || (bkpinfo->differential > 9)) {
    585             fatal_error
    586                 ("The D option should be between 1 and 9 inclusive");
    587         }
     582        bkpinfo->differential = TRUE;
    588583    }
    589584
Note: See TracChangeset for help on using the changeset viewer.