misc fixes
[oweals/gnunet.git] / src / conversation / conversation_api.c
index 730cf1c70d0a34f929f56ab801109db66591f745..e3bab295ea070c93f9f328264e9ffe26633a6648 100644 (file)
@@ -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",