commit 1fa6e1d6da77f3ce54b818b8afa90a609d983d0f
parent 4d82a970d3caa51de9ff3a0fc7178bdc908025d1
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 12 Jul 2026 21:47:50 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-sanctionscheck.c b/src/exchange/taler-exchange-sanctionscheck.c
@@ -860,7 +860,7 @@ main (int argc,
GNUNET_GETOPT_option_flag ('n',
"norun",
"do not actually start a scan (to be used to only reset without starting a scan)",
- &reset),
+ &norun),
GNUNET_GETOPT_option_flag ('r',
"reset",
"rescan all records (to be used when the sanction list was updated)",