aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 880dff062..7a3743866 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -271,11 +271,11 @@ whitelist_peers ()
271 * Function called by core when our attempt to connect succeeded. 271 * Function called by core when our attempt to connect succeeded.
272 * 272 *
273 * @param cls the 'struct Peer' for which we issued the connect request 273 * @param cls the 'struct Peer' for which we issued the connect request
274 * @param tc scheduler context 274 * @param success was the request transmitted
275 */ 275 */
276static void 276static void
277connect_completed_callback (void *cls, 277connect_completed_callback (void *cls,
278 const struct GNUNET_SCHEDULER_TaskContext *tc) 278 int success)
279{ 279{
280 struct Peer *pos = cls; 280 struct Peer *pos = cls;
281 281