Ignore:
Timestamp:
Apr 30, 2009, 6:01:51 PM (15 years ago)
Author:
Bruno Cornec
Message:

Create a new defind for MAX_MOUNTLIST_ENTRIES and increse MAX_TAPECATALOG_ENTRIES to solve a reported blimit

File:
1 edited

Legend:

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

    r2179 r2188  
    25002500    drivemntlist = malloc(sizeof(struct mountlist_reference));
    25012501    drivemntlist->el =
    2502         malloc(sizeof(struct mountlist_line *) * MAX_TAPECATALOG_ENTRIES);
     2502        malloc(sizeof(struct mountlist_line *) * MAX_MOUNTLIST_ENTRIES);
    25032503
    25042504    if (!drivemntlist) {
Note: See TracChangeset for help on using the changeset viewer.