aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 583e78467..58fd07c78 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -601,7 +601,7 @@ run (void *cls, char *const *args, const char *cfgfile,
601 &my_identity.hashPubKey); 601 &my_identity.hashPubKey);
602 602
603 603
604 hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL); 604 hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL, GNUNET_NO);
605 605
606 /* load plugins... */ 606 /* load plugins... */
607 setup_plugin_environment (); 607 setup_plugin_environment ();