Ignore:
Timestamp:
Sep 15, 2009, 7:28:39 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
File:
1 edited

Legend:

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

    r2380 r2399  
    10921092 * @note The returned string points to static storage that will be overwritten with each call.
    10931093 */
    1094 /* BCO/BERLIOS change that function to allocate memory, return a pointer and modify caller to free the mem */
    10951094char *media_descriptor_string(t_bkptype type_of_bkp) {
    10961095
     
    11201119        break;
    11211120    case netfs:
    1122         mr_asprintf(&type_of_backup, "netfs");
     1121        mr_asprintf(&type_of_backup, "%s", bkpinfo->netfs_proto);
    11231122        break;
    11241123    case usb:
Note: See TracChangeset for help on using the changeset viewer.