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

    r2225 r2226  
    133133    old_stderr[0] = '\0';
    134134
    135     if (bkpinfo->nfs_user != NULL) {
     135    if (bkpinfo->nfs_user) {
    136136        mr_asprintf(&tmp1, "su - %s -c \"%s\"", bkpinfo->nfs_user, basic_call);
    137137    } else {
Note: See TracChangeset for help on using the changeset viewer.