Ignore:
Timestamp:
Dec 6, 2013, 3:40:47 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix mondoarchive which now works in text mode. GUI mode still not working and crashing on first update for backup. Needs more

investigation in newt-specific.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3194 r3205  
    868868        mr_asprintf(bkpinfo->netfs_mount, "%s", value);
    869869
    870         read_cfg_var(g_mondo_cfg_file, "netfs-server-path", value);
     870        read_cfg_var(g_mondo_cfg_file, "netfs-server-path", value);
    871871        mr_free(bkpinfo->netfs_remote_dir);
    872872        mr_asprintf(bkpinfo->netfs_remote_dir, "%s", value);
Note: See TracChangeset for help on using the changeset viewer.