- moved timeout handling responsibility from for nat tests from caller to the library
[oweals/gnunet.git] / src / cadet / gnunet-cadet.c
index 840c6d0aca360c0d3f648100112e6680e4853ee0..2a43f570d9a2cc643a75ae8dd1de55fc203e1156 100644 (file)
@@ -556,7 +556,7 @@ tunnel_callback (void *cls,
       FPRINTF (stdout, "   %u\n", channels[i]);
     FPRINTF (stdout, "- %u connections\n", n_connections);
     for (i = 0; i < n_connections; i++)
-      FPRINTF (stdout, "   %s\n", GM_h2s (&connections[i]));
+      FPRINTF (stdout, "   %s\n", GC_h2s (&connections[i]));
     FPRINTF (stdout, "- enc state: %u\n", estate);
     FPRINTF (stdout, "- con state: %u\n", cstate);
   }