From 1f92a5851e0e3b1730e940980f2b0122c506c724 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 10 Apr 2010 03:27:50 +0100 Subject: Restore the storage module. --- unix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'unix.c') diff --git a/unix.c b/unix.c index b916a4cc..7088d0f8 100644 --- a/unix.c +++ b/unix.c @@ -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 ) ); -- cgit v1.2.3