From 95659c78f10bb8a925bd2ba2e5287fa36562633b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Dec 2013 11:51:03 +0000 Subject: -extend transport plugin API with capability to just disconnect a single session (not yet used) --- src/transport/test_plugin_transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/test_plugin_transport.c') diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index 98806fbb8..6c81acb49 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -695,8 +695,8 @@ run (void *cls, char *const *args, const char *cfgfile, end_badly_now (); return; } - GNUNET_assert (NULL != api->disconnect); - if (NULL == api->disconnect) + GNUNET_assert (NULL != api->disconnect_peer); + if (NULL == api->disconnect_peer) { GNUNET_break (0); end_badly_now (); -- cgit v1.2.3