From bb325e4a419aa2ec5ddff34b45a49dcaaa53d0ab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Sep 2012 14:06:37 +0000 Subject: -some fixes for monkey --- src/transport/plugin_transport_smtp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/transport/plugin_transport_smtp.c') 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) 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)) { -- cgit v1.2.3