aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_smtp.c')
-rw-r--r--src/transport/plugin_transport_smtp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_smtp.c b/src/transport/plugin_transport_smtp.c
index 609b11596..c305578e0 100644
--- a/src/transport/plugin_transport_smtp.c
+++ b/src/transport/plugin_transport_smtp.c
@@ -813,9 +813,7 @@ inittransport_smtp (struct GNUNET_CoreAPIForTransport * core)
813 stat_bytesDropped = 813 stat_bytesDropped =
814 stats->create (gettext_noop ("# bytes dropped by SMTP (outgoing)")); 814 stats->create (gettext_noop ("# bytes dropped by SMTP (outgoing)"));
815 } 815 }
816 GNUNET_GC_get_configuration_value_filename (coreAPI->cfg, "SMTP", "PIPE", 816 GNUNET_GC_get_configuration_value_filename (coreAPI->cfg, "SMTP", "PIPE", &pipename);
817 GNUNET_DEFAULT_DAEMON_VAR_DIRECTORY
818 "/smtp-pipe", &pipename);
819 UNLINK (pipename); 817 UNLINK (pipename);
820 if (0 != mkfifo (pipename, S_IWUSR | S_IRUSR | S_IWGRP | S_IWOTH)) 818 if (0 != mkfifo (pipename, S_IWUSR | S_IRUSR | S_IWGRP | S_IWOTH))
821 { 819 {