Ignore:
Timestamp:
Oct 3, 2008, 1:50:44 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix #252
  • Improve OCFS2 support (ocfs2 is a SANE_FORMAT)
File:
1 edited

Legend:

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

    r2029 r2030  
    4545extern bool g_ISO_restore_mode; /* are we in Iso Mode? */
    4646extern bool g_I_have_just_nuked;
     47/*
    4748extern char *g_tmpfs_mountpt;
     49*/
    4850extern char *g_isodir_device;
    4951extern char *g_isodir_format;
     
    9799paranoid_free(g_mountlist_fname);
    98100paranoid_free(g_mondo_home);
     101/*
    99102paranoid_free(g_tmpfs_mountpt);
     103*/
    100104paranoid_free(g_isodir_device);
    101105paranoid_free(g_isodir_format);
     
    19321936    malloc_string(g_mountlist_fname);
    19331937    malloc_string(g_mondo_home);
     1938    /*
    19341939    malloc_string(g_tmpfs_mountpt);
     1940    */
    19351941    malloc_string(g_isodir_device);
    19361942    malloc_string(g_isodir_format);
Note: See TracChangeset for help on using the changeset viewer.