taler-mdb

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

commit eee5bf78ed11895fa4c08840b2c267d6231885d3
parent ede51e84e7335685aa630dfa4f36962a68055863
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 10 Dec 2019 10:03:13 +0100

ignore vmc-poll

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

diff --git a/src/main.c b/src/main.c @@ -137,6 +137,11 @@ along with #define VMC_CONF 0x11 /** + * Machine is polling for something. + */ +#define VMC_POLL 0x12 + +/** * Vending, with sub-command. */ #define VMC_VEND 0x13 @@ -1818,6 +1823,10 @@ handle_command (const char *hex, "Received request for configuration via MDB\n"); mdb.cmd = &readerConfigData; break; + case VMC_POLL: + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Received POLL from MDB (ignored)\n"); + break; case VMC_READER: { unsigned int subcmd;