aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set_union.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 0a8826fb4..6fd609b77 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -1025,7 +1025,6 @@ handle_p2p_ibf (void *cls,
1025 1 << msg->order); 1025 1 << msg->order);
1026 op->state->remote_ibf = ibf_create (1<<msg->order, SE_IBF_HASH_NUM); 1026 op->state->remote_ibf = ibf_create (1<<msg->order, SE_IBF_HASH_NUM);
1027 op->state->salt_receive = ntohl (msg->salt); 1027 op->state->salt_receive = ntohl (msg->salt);
1028 LOG (GNUNET_ERROR_TYPE_INFO, "Receiving new IBF with salt %u\n", op->state->salt_receive);
1029 if (NULL == op->state->remote_ibf) 1028 if (NULL == op->state->remote_ibf)
1030 { 1029 {
1031 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1030 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,