Ignore:
Timestamp:
Jun 17, 2009, 2:33:36 PM (15 years ago)
Author:
Bruno Cornec
Message:

nfs_user is now a pointer which shows the way to go and avoids setup issue, memory management pb, ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-tools.c

    r2224 r2226  
    857857    bkpinfo->kernel_path[0] = '\0';
    858858    bkpinfo->nfs_mount[0] = '\0';
    859     bkpinfo->nfs_user[0] = '\0';
     859    bkpinfo->nfs_user = NULL;
    860860    bkpinfo->nfs_remote_dir[0] = '\0';
    861861    bkpinfo->postnuke_tarball[0] = '\0';
     
    14101410        paranoid_free(g_serial_string);
    14111411        paranoid_free(g_magicdev_command);
     1412
     1413        mr_free(bkpinfo->nfs_user);
    14121414    }
    14131415
Note: See TracChangeset for help on using the changeset viewer.