From 92f8aed964cff174491adbf308974ab09874926b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Nov 2013 17:13:37 +0000 Subject: -doxygen, minor bug fixes --- src/conversation/conversation_api_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conversation/conversation_api_call.c') diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c index 25e60f0f3..4a671cbda 100644 --- a/src/conversation/conversation_api_call.c +++ b/src/conversation/conversation_api_call.c @@ -610,10 +610,10 @@ GNUNET_CONVERSATION_call_stop (struct GNUNET_CONVERSATION_Call *call) call->mic->disable_microphone (call->mic->cls); if (CS_SHUTDOWN != call->state) { + call->state = CS_SHUTDOWN; e = GNUNET_MQ_msg (hang, GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP); GNUNET_MQ_notify_sent (e, &finish_stop, call); GNUNET_MQ_send (call->mq, e); - call->state = CS_SHUTDOWN; return; } if (NULL != call->mq) -- cgit v1.2.3