Ignore:
Timestamp:
Feb 20, 2007, 2:15:31 PM (17 years ago)
Author:
Bruno Cornec
Message:

Removed 2 asserts which were generating invalid errors (chains were not empty or null so the function is probably wrong !!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-fork.c

    r1186 r1195  
    108108    mr_msg(3, "Starting");
    109109    assert(bkpinfo != NULL);
    110     assert_string_is_neither_NULL_nor_zerolength(basic_call);
     110    // BERLIOS: doesn't work even if the string is correct !
     111    //assert_string_is_neither_NULL_nor_zerolength(basic_call);
    111112    assert_string_is_neither_NULL_nor_zerolength(isofile);
    112113    assert_string_is_neither_NULL_nor_zerolength(logstub);
Note: See TracChangeset for help on using the changeset viewer.