From 507a4d9c547c46d08ae36e8666ff16a60092b530 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 13 May 2022 21:57:51 -0700 Subject: bugfix: snapshots not taken in background. --- pw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pw.c') diff --git a/pw.c b/pw.c index 4c52ab8..8f2ee3c 100644 --- a/pw.c +++ b/pw.c @@ -1545,7 +1545,7 @@ int main(int argc, char **argv) } } - if ((pw.stat & (stat_bkgnd | stat_susp)) == 0) { + if ((pw.stat & stat_susp) == 0) { if (!force) { struct timeval tv; int now; -- cgit v1.2.3