aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-12-30 01:10:27 +0000
committerJoão Valverde <j@v6e.pt>2022-12-30 01:10:27 +0000
commit53153725bb9c8204cb62987d00416842fe93a517 (patch)
treea396471193813d80b8b79a7d606245c54ded2a1e /dftest.c
parent1400d9272441c0117e24100ed760780045732c2f (diff)
dftest: Add a missing goto statement
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dftest.c b/dftest.c
index 28b7e4bacb..7abc52d94b 100644
--- a/dftest.c
+++ b/dftest.c
@@ -184,6 +184,7 @@ main(int argc, char **argv)
}
dfilter_error_free(df_err);
exit_status = 2;
+ goto out;
}
if (df == NULL) {