Ignore:
Timestamp:
Sep 7, 2009, 6:56:40 PM (15 years ago)
Author:
Bruno Cornec
Message:

Backport 2 syntax fixes from 2.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-devices.c

    r2364 r2370  
    17321732            if (bkpinfo->restore_data) {
    17331733                mr_asprintf(tmp, "mount -t nfs -o nolock,ro %s %s", bkpinfo->nfs_mount, bkpinfo->isodir);
    1734             else {
     1734            } else {
    17351735                mr_asprintf(tmp, "mount -t nfs -o nolock %s %s", bkpinfo->nfs_mount, bkpinfo->isodir);
    17361736            }
Note: See TracChangeset for help on using the changeset viewer.