Changeset 1f92a58 for unix.c


Ignore:
Timestamp:
2010-04-10T02:27:50Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
17a6ee9
Parents:
57c96f7
Message:

Restore the storage module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unix.c

    r57c96f7 r1f92a58  
    115115        }
    116116
    117         /*
    118117        global.storage = storage_init( global.conf->primary_storage, global.conf->migrate_storage );
    119118        if( global.storage == NULL )
     
    122121                return( 1 );
    123122        }
    124         */
    125123       
    126124        /* Catch some signals to tell the user what's happening before quitting */
Note: See TracChangeset for help on using the changeset viewer.