diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-10 03:27:50 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-10 03:27:50 +0100 |
commit | 1f92a5851e0e3b1730e940980f2b0122c506c724 (patch) | |
tree | 0a2f099cb0c24c36eb56fb9f79c5a8dd640abac2 /unix.c | |
parent | 57c96f7be2511a0a50015512dc03a30ba0923862 (diff) |
Restore the storage module.
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -114,14 +114,12 @@ int main( int argc, char *argv[] ) } } - /* global.storage = storage_init( global.conf->primary_storage, global.conf->migrate_storage ); if( global.storage == NULL ) { log_message( LOGLVL_ERROR, "Unable to load storage backend '%s'", global.conf->primary_storage ); return( 1 ); } - */ /* Catch some signals to tell the user what's happening before quitting */ memset( &sig, 0, sizeof( sig ) ); |