From: Christian Grothoff Date: Fri, 10 Sep 2010 09:22:59 +0000 (+0000) Subject: do not use zero: X-Git-Tag: initial-import-from-subversion-38251~20355 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c7edd21756db7dcac67481aeea0873be2aceb1b;p=oweals%2Fgnunet.git do not use zero: --- 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 /**