taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 6f093be8314ac69fe9b329fb0853d97251480991
parent e919344cc2bf38326abc4c31b5753dcbdaff8e5a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 26 Aug 2020 12:38:34 +0200

remove bogus assertion

Diffstat:
Msrc/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -2131,7 +2131,6 @@ handle_command (const char *hex, { unsigned int subcmd; - GNUNET_break (GNUNET_YES == mdb.session_running); if (4 > hex_len) { GNUNET_break_op (0);