Ignore:
Timestamp:
Sep 15, 2009, 7:33:17 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Use protocol name when displaying restore progress instead of netfs
  • Ask for network protocol name at restore time

(Backport from 2.2.9)

File:
1 edited

Legend:

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

    r2382 r2400  
    10751075 * @note The returned string points to static storage that will be overwritten with each call.
    10761076 */
    1077 /* BCO/BERLIOS change that function to allocate memory, return a pointer and modify caller to free the mem */
    10781077char *media_descriptor_string(t_bkptype type_of_bkp) {
    10791078
     
    11031102        break;
    11041103    case netfs:
    1105         mr_asprintf(type_of_backup, "netfs");
     1104        mr_asprintf(type_of_backup, "%s", bkpinfo->netfs_proto);
    11061105        break;
    11071106    case usb:
Note: See TracChangeset for help on using the changeset viewer.