minor change
authorxrs <xrs@mail36.net>
Thu, 4 Jan 2018 09:20:42 +0000 (10:20 +0100)
committerxrs <xrs@mail36.net>
Thu, 4 Jan 2018 09:20:42 +0000 (10:20 +0100)
src/psyc/test_psyc2.c

index b8ed0132e2b2d126bbb3b227a2b22f0c46f6a8aa..bbf3eed9d9d53eca853663296a440994d6d2a92d 100644 (file)
@@ -211,13 +211,7 @@ service_connect (void *cls,
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Connected to service\n");
 
-  if (NULL == ca_result) 
-  {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 
-                "Connection adapter not created");
-    result = GNUNET_SYSERR;
-    GNUNET_SCHEDULER_shutdown();
-  }
+  GNUNET_assert (NULL != ca_result);
 
   // FIXME: we need a simple service handle to connect to the service, then 
   // get peer information and AFTER that make PSYC ops. Compare to CADET.