wlan receive implemented
[oweals/gnunet.git] / src / transport / test_plugin_transport_https.c
index d13c2346a59a22503504a0aafecbb766621c538b..beda4c749b42d790cdb0e57fde1565499f7e739e 100644 (file)
@@ -1266,7 +1266,7 @@ run (void *cls,
 
   /* load plugins... */
   setup_plugin_environment ();
-  GNUNET_asprintf (&libname, "libgnunet_gnunet_transport_plugin.https");
+  GNUNET_asprintf (&libname, "libgnunet_plugin_transport_https");
   GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Loading HTTPS transport plugin `%s'\n"),libname);
   api = GNUNET_PLUGIN_load (libname, &env);
   GNUNET_free (libname);