Bugfix.
[bluesky.git] / logbench / logbench.c
index 6cdd5ec..6f3a858 100644 (file)
@@ -233,6 +233,7 @@ int main(int argc, char *argv[])
         case 'a':
             // Make BDB log writes more asynchronous
             opt_bdb_async = TRUE;
+            break;
         case 't':
             // Set number of log worker threads
             opt_threads = atoi(optarg);