Ignore:
Timestamp:
Jun 25, 2013, 10:53:14 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Apply fixes to 3.1 tree so that at least mondo compiles again (but that branch probably doesn't work at all again).
File:
1 edited

Legend:

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

    r3147 r3161  
    643643                colon++;
    644644                hent = gethostbyname(colon);
    645                 mr_asprintf(&(bkpinfo->netfs_user),"%s", hostname);
     645                mr_asprintf(bkpinfo->netfs_user,"%s", hostname);
    646646            } else {
    647647                hent = gethostbyname(hostname);
Note: See TracChangeset for help on using the changeset viewer.