summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fuse/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fuse/main.c b/src/fuse/main.c
index f4260c0..8963e6d 100644
--- a/src/fuse/main.c
+++ b/src/fuse/main.c
@@ -402,12 +402,6 @@ int main( int argc, char *argv[] )
printUsage( argv[0], EXIT_FAILURE );
}
- /* abort if sticky mode is set and image will not be opened */
- if ( !learnNewServers && image_Name == NULL ) {
- logadd( LOG_ERROR, "sticky mode can only be set if image will be opened.\n" );
- printUsage( argv[0], EXIT_FAILURE );
- }
-
if ( server_address == NULL || image_Name == NULL ) {
printUsage( argv[0], EXIT_FAILURE );
}