new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / plugin_transport_smtp.c
index 609b1159620103d7aa8ce1c0a9771ccd010c307a..c305578e0e8dba38e5dc90ed1650596ee4f8d047 100644 (file)
@@ -813,9 +813,7 @@ inittransport_smtp (struct GNUNET_CoreAPIForTransport * core)
     stat_bytesDropped =
         stats->create (gettext_noop ("# bytes dropped by SMTP (outgoing)"));
   }
-  GNUNET_GC_get_configuration_value_filename (coreAPI->cfg, "SMTP", "PIPE",
-                                              GNUNET_DEFAULT_DAEMON_VAR_DIRECTORY
-                                              "/smtp-pipe", &pipename);
+  GNUNET_GC_get_configuration_value_filename (coreAPI->cfg, "SMTP", "PIPE", &pipename);
   UNLINK (pipename);
   if (0 != mkfifo (pipename, S_IWUSR | S_IRUSR | S_IWGRP | S_IWOTH))
   {