From 6c7edd21756db7dcac67481aeea0873be2aceb1b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Sep 2010 09:22:59 +0000 Subject: [PATCH] do not use zero: --- src/include/gnunet_protocols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 3f43769d3..611c56b61 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -38,7 +38,7 @@ extern "C" /** * Test if service is online. */ -#define GNUNET_MESSAGE_TYPE_TEST 0 +#define GNUNET_MESSAGE_TYPE_TEST 1 /** -- 2.25.1