about summary refs log tree commit diff
path: root/halt.c
diff options
context:
space:
mode:
Diffstat (limited to 'halt.c')
-rw-r--r--halt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/halt.c b/halt.c
index 0405ced..8eaba64 100644
--- a/halt.c
+++ b/halt.c
@@ -30,6 +30,7 @@ int main(int argc, char *argv[]) {
       break;
     case 'w':
       action = NOOP;
+      do_sync = 0;
       break;
     case 'd':
     case 'h':