Ignore:
Timestamp:
Sep 10, 2009, 2:07:16 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Change NFS support into a NetFS support to allow for multiple protocol in addition to NFS (NEEDS TESTING)

(Backport from 2.2.9)

File:
1 edited

Legend:

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

    r2377 r2382  
    11021102        mr_asprintf(type_of_backup, "ISO");
    11031103        break;
    1104     case nfs:
    1105         mr_asprintf(type_of_backup, "nfs");
     1104    case netfs:
     1105        mr_asprintf(type_of_backup, "netfs");
    11061106        break;
    11071107    case usb:
Note: See TracChangeset for help on using the changeset viewer.