Ignore:
Timestamp:
Sep 29, 2013, 7:27:11 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix all compilation/link error due to the previous giant merge with 3.1. 3.2 is ready to test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-newt.c

    r3193 r3194  
    26322632    char sz_res[MAX_STR_LEN];
    26332633    char *header_text = NULL;
    2634     char *p = NULL;
    26352634
    26362635  /** int **************************************************************/
     
    27362735        memcpy((void *) disklist, (void *) bkp_disklist, sizeof(struct list_of_disks));
    27372736    }
    2738     paranoid_free(sz_res);
    27392737    mr_free(bkp_raidrec);
    27402738    mr_free(bkp_disklist);
Note: See TracChangeset for help on using the changeset viewer.