commit 59638f080904dd70725054d165515bf8a6ea6afb
parent 5d8f669559fb4152d900a804f89f050963716fae
Author: Sree Harsha Totakura <totakura@in.tum.de>
Date: Mon, 16 Dec 2013 15:41:52 +0000
- reset counters to continue the resumed call
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
@@ -201,6 +201,8 @@ play (void *cls,
/* time to hang up ... */
GNUNET_CONVERSATION_call_stop (call1);
call1 = NULL;
+ call_i = 0;
+ phone_i = 0;
}
}