aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api_call.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-22 10:30:23 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-22 10:30:23 +0000
commita4577fd45b434e5fc84af6e6daf293779785f5c8 (patch)
tree888c6b60049cc13db81ff352027f92994c70bb6a /src/conversation/conversation_api_call.c
parent4fc3c362cc3f182c156bc5989cf92432d534c961 (diff)
downloadgnunet-a4577fd45b434e5fc84af6e6daf293779785f5c8.tar.gz
gnunet-a4577fd45b434e5fc84af6e6daf293779785f5c8.zip
- fix #3217
Diffstat (limited to 'src/conversation/conversation_api_call.c')
-rw-r--r--src/conversation/conversation_api_call.c2
1 files changed, 1 insertions, 1 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,
417 struct ClientCallMessage *ccm; 417 struct ClientCallMessage *ccm;
418 418
419 GNUNET_break (NULL != call->gns_lookup); 419 GNUNET_break (NULL != call->gns_lookup);
420 GNUNET_break (CS_LOOKUP == call->gns_lookup); 420 GNUNET_break (CS_LOOKUP == call->state);
421 call->gns_lookup = NULL; 421 call->gns_lookup = NULL;
422 for (i=0;i<rd_count;i++) 422 for (i=0;i<rd_count;i++)
423 { 423 {