From 109f39e09630409a30a9f4e8183f539c499f07ba Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 3 Jun 2024 04:06:21 +0200 Subject: improved (v)conn init / open / init vlink / open vlink API; implemented randezvous hashing --- ecp/test/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/test/init.h') diff --git a/ecp/test/init.h b/ecp/test/init.h index 7edba6e..efa8bcb 100644 --- a/ecp/test/init.h +++ b/ecp/test/init.h @@ -1,3 +1,3 @@ -#define LOG(fmt, rv) { printf(fmt " RV:%d\n", rv); if (rv) exit(1); } +#define LOG(fmt, rv) { printf(fmt " RV:%d\n", rv); if (rv<0) exit(1); } int ecp_init(ECPContext *ctx); \ No newline at end of file -- cgit v1.2.3