- moved timeout handling responsibility from for nat tests from caller to the library
[oweals/gnunet.git] / src / cadet / cadet_path.c
index 0a97e73ef57fae870762c11fd0889dbddbfaafc1..21c8ed1586cbaae5f632f442eeaaba9e46091406 100644 (file)
@@ -43,8 +43,8 @@ path_destroy_delayed (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   struct CadetPeer *peer;
 
   path->path_delete = GNUNET_SCHEDULER_NO_TASK;
-  peer = GMP_get_short (path->peers[path->length - 1]);
-  GMP_remove_path (peer, path);
+  peer = GCP_get_short (path->peers[path->length - 1]);
+  GCP_remove_path (peer, path);
 }