From 6ba95cfe62598a8fc72f86785aaa6cfeae5eaf69 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 4 Nov 2016 09:47:15 +0000 Subject: - use proper type for N/A --- src/cadet/gnunet-service-cadet_tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cadet') diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c index 7d44b3545..9934a856f 100644 --- a/src/cadet/gnunet-service-cadet_tunnel.c +++ b/src/cadet/gnunet-service-cadet_tunnel.c @@ -3240,7 +3240,7 @@ GCT_send_kx (struct CadetTunnel *t, int force_reply) GNUNET_CRYPTO_ecdhe_key_get_public (t->ax->kx_0, &msg.ephemeral_key); GNUNET_CRYPTO_ecdhe_key_get_public (t->ax->DHRs, &msg.ratchet_key); - t->ephm_h = GCC_send_prebuilt_message (&msg.header, 0, 0, + t->ephm_h = GCC_send_prebuilt_message (&msg.header, UINT16_MAX, 0, c, GCC_is_origin (c, GNUNET_YES), GNUNET_YES, &ephm_sent, t); if (CADET_TUNNEL_KEY_UNINITIALIZED == t->estate) -- cgit v1.2.3