aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index d8c10c2bf..eb7fa7626 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -150,7 +150,8 @@ play (void *cls,
150 (const char *) data); 150 (const char *) data);
151 } 151 }
152 if ( (20 < call_i) && 152 if ( (20 < call_i) &&
153 (20 < phone_i) ) 153 (20 < phone_i) &&
154 (NULL != call) )
154 { 155 {
155 /* time to hang up ... */ 156 /* time to hang up ... */
156 GNUNET_CONVERSATION_call_stop (call); 157 GNUNET_CONVERSATION_call_stop (call);