From 3d7bae58c4b9b128e6000a2fe1fe65595235bb14 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jul 2016 15:24:26 +0000 Subject: misc fixes --- src/conversation/conversation_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conversation/conversation_api.c') diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c index 730cf1c70..e3bab295e 100644 --- a/src/conversation/conversation_api.c +++ b/src/conversation/conversation_api.c @@ -609,7 +609,7 @@ GNUNET_CONVERSATION_phone_create (const struct GNUNET_CONFIGURATION_Handle *cfg, "LINE"); return NULL; } - if (line >= (1 << 31)) + if (line >= HIGH_BIT) { GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, "CONVERSATION", -- cgit v1.2.3