fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 25 Mar 2010 11:57:02 +0000 (11:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 25 Mar 2010 11:57:02 +0000 (11:57 +0000)
src/transport/plugin_transport_tcp.c

index 62c13ea6494212b185f414570b1a48c51429cb4c..9dfe03c6710f86599a32760b4a1d83b05113997f 100644 (file)
@@ -702,6 +702,8 @@ tcp_plugin_send (void *cls,
                                                session);
          continue;
        }
+      if (GNUNET_SYSERR == force_address)
+       continue;
       GNUNET_break (GNUNET_YES == force_address);
       if (addr == NULL)
        {