removed malloc from curl_logger
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
index 02f81a57656b0c9755726716d08862d48ef96c88..3f2b83b05aabd8f6b4842844e69959f329022684 100644 (file)
@@ -1627,7 +1627,7 @@ udp_transport_server_start (void *cls)
   if (plugin->behind_nat == GNUNET_YES)
     {
       /* Pipe to read from started processes stdout (on read end) */
-      plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES);
+      plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES, GNUNET_NO, GNUNET_YES);
       if (plugin->server_stdout == NULL)
         return sockets_created;
 #if DEBUG_UDP