26 lines
952 B
Diff
26 lines
952 B
Diff
From 5a064f40a393193d057bd5a6d649ff4102aad742 Mon Sep 17 00:00:00 2001
|
|
From: Kern Sibbald <kern@sibbald.com>
|
|
Date: Sat, 2 May 2020 11:18:11 +0200
|
|
Subject: [PATCH] Remove unused -t option in dbcheck.c -- fixes bug #2453
|
|
|
|
reference: https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/commit/5a064f40a393193d057bd5a6d649ff4102aad742
|
|
---
|
|
bacula/src/tools/dbcheck.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/tools/dbcheck.c b/src/tools/dbcheck.c
|
|
index b7ee37106..1257adbed 100644
|
|
--- a/src/tools/dbcheck.c
|
|
+++ b/src/tools/dbcheck.c
|
|
@@ -104,7 +104,6 @@ PROG_COPYRIGHT
|
|
" -d <nn> set debug level to <nn>\n"
|
|
" -dt print a timestamp in debug output\n"
|
|
" -f fix inconsistencies\n"
|
|
-" -t test if client library is thread-safe\n"
|
|
" -v verbose\n"
|
|
" -? print this message\n"
|
|
"\n", 2002, "", VERSION, BDATE);
|
|
--
|
|
2.33.0
|
|
|