gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] 18/23: invert checks


From: gnunet
Subject: [taler-taler-mdb] 18/23: invert checks
Date: Wed, 04 Dec 2019 14:16:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

commit 29d743b582d96a8f3b9dabdb9fb71f8d1ff6c5bb
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Dec 4 13:17:05 2019 +0100

    invert checks
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 5c54a6e..0bc4c2f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1439,7 +1439,7 @@ handle_command (const char *hex,
     {
       unsigned int subcmd;
 
-      if (4 < hex_len)
+      if (4 > hex_len)
       {
         GNUNET_break_op (0);
         return;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]