use force when required
authorChristian Grothoff <christian@grothoff.org>
Thu, 16 Feb 2017 13:05:55 +0000 (14:05 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 16 Feb 2017 13:05:55 +0000 (14:05 +0100)
src/cadet/gnunet-service-cadet-new_paths.c

index bf1626670c978b75aa1af7d2fcfe89c957f260f4..90cd5ab7b9e9ef59c3d3ce2ed220f7e29f876b3e 100644 (file)
@@ -430,7 +430,7 @@ extend_path (struct CadetPeerPath *path,
     path->hn = GCP_attach_path (peers[i],
                                 path,
                                 old_len + (unsigned int) i,
-                                GNUNET_NO);
+                                force);
     if (NULL != path->hn)
       break;
     GCP_path_entry_remove (entry->peer,