gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix conditional in


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix conditional in test case (exposes underlying failure)
Date: Wed, 08 Feb 2017 14:46:26 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8178d04  fix conditional in test case (exposes underlying failure)
8178d04 is described below

commit 8178d0415203928327929bb98423ce65413d7b1c
Author: Florian Dold <address@hidden>
AuthorDate: Wed Feb 8 14:46:21 2017 +0100

    fix conditional in test case (exposes underlying failure)
---
 src/wire/test_wire_plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wire/test_wire_plugin.c b/src/wire/test_wire_plugin.c
index 0828a06..9ce8eef 100644
--- a/src/wire/test_wire_plugin.c
+++ b/src/wire/test_wire_plugin.c
@@ -252,7 +252,7 @@ main (int argc,
     }
   }
   GNUNET_CONFIGURATION_destroy (cfg);
-  if (GNUNET_NO == ret)
+  if (GNUNET_OK != ret)
     return 1;
   return 0;
 }

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



reply via email to

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