aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-05 15:56:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-05 15:56:45 +0000
commit90514260de214c17254fd462be2840c945eec02f (patch)
tree30c62977ac5981e179409730a0014a632cee4016 /src/conversation/test_conversation_api.c
parent78c3084c43eed918329cbf11aeb87b618bf5cdf6 (diff)
downloadgnunet-90514260de214c17254fd462be2840c945eec02f.tar.gz
gnunet-90514260de214c17254fd462be2840c945eec02f.zip
-fix #3157
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);