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-devices.c

    r2224 r2226  
    20532053    log_it("isodir = %s", bkpinfo->isodir);
    20542054    log_it("nfs_mount = '%s'", bkpinfo->nfs_mount);
    2055     if (bkpinfo->nfs_user != NULL) {
     2055    if (bkpinfo->nfs_user) {
    20562056        log_it("nfs_user = '%s'", bkpinfo->nfs_user);
    20572057    }
Note: See TracChangeset for help on using the changeset viewer.