Ignore:
Timestamp:
Sep 23, 2008, 2:14:56 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • DSF patch modified to so that get_dsf_mount_list only deal with one path passed as param
  • -E and -I options are working again. DSF not fully tested, but no more issue (Fix #274)
  • Fix some complier warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/mondorestore/mondorestore.c

    r1999 r2022  
    908908    char *old_restpath;
    909909
    910     struct mountlist_itself *mountlist;
     910    struct mountlist_itself *mountlist = NULL;
    911911//  static
    912     struct raidlist_itself *raidlist;
    913     struct s_node *filelist;
     912    struct raidlist_itself *raidlist = NULL;
     913    struct s_node *filelist = NULL;
    914914
    915915    log_msg(1, "restore_to_live_filesystem() - starting");
Note: See TracChangeset for help on using the changeset viewer.