From a4577fd45b434e5fc84af6e6daf293779785f5c8 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sun, 22 Dec 2013 10:30:23 +0000 Subject: [PATCH] - fix #3217 --- src/conversation/conversation_api_call.c | 2 +- src/conversation/test_conversation_api.c | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c index 7cd723c2c..befbbc910 100644 --- a/src/conversation/conversation_api_call.c +++ b/src/conversation/conversation_api_call.c @@ -417,7 +417,7 @@ handle_gns_response (void *cls, struct ClientCallMessage *ccm; GNUNET_break (NULL != call->gns_lookup); - GNUNET_break (CS_LOOKUP == call->gns_lookup); + GNUNET_break (CS_LOOKUP == call->state); call->gns_lookup = NULL; for (i=0;i