Changeset 1150 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Feb 12, 2007, 11:48:15 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in nfs_store_config where tmp was freed to early (thanks valgrind)

File:
1 edited

Legend:

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

    r1140 r1150  
    10961096    p++;
    10971097    strcpy(nfs_server_ipaddr, tmp);
     1098    strcpy(nfs_mount, p);
    10981099    mr_free(tmp);
    10991100
    1100     strcpy(nfs_mount, p);
    11011101    /* BERLIOS : there is a bug #67 here as it only considers the first NIC */
    11021102    mr_asprintf(&command,
Note: See TracChangeset for help on using the changeset viewer.