aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-01-04 10:20:42 +0100
committerxrs <xrs@mail36.net>2018-01-04 10:20:42 +0100
commit5e86c08e001bd194d1a5d5c920b85637c8f473c3 (patch)
treebe2b2b541a6fc7d39c79c95c433759e71b04f817 /src/psyc
parentab14881851637e59a50d2e735c9122314bda5000 (diff)
downloadgnunet-5e86c08e001bd194d1a5d5c920b85637c8f473c3.tar.gz
gnunet-5e86c08e001bd194d1a5d5c920b85637c8f473c3.zip
minor change
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/test_psyc2.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/psyc/test_psyc2.c b/src/psyc/test_psyc2.c
index b8ed0132e..bbf3eed9d 100644
--- a/src/psyc/test_psyc2.c
+++ b/src/psyc/test_psyc2.c
@@ -211,13 +211,7 @@ service_connect (void *cls,
211 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 211 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
212 "Connected to service\n"); 212 "Connected to service\n");
213 213
214 if (NULL == ca_result) 214 GNUNET_assert (NULL != ca_result);
215 {
216 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
217 "Connection adapter not created");
218 result = GNUNET_SYSERR;
219 GNUNET_SCHEDULER_shutdown();
220 }
221 215
222 // FIXME: we need a simple service handle to connect to the service, then 216 // FIXME: we need a simple service handle to connect to the service, then
223 // get peer information and AFTER that make PSYC ops. Compare to CADET. 217 // get peer information and AFTER that make PSYC ops. Compare to CADET.