remark
authorChristian Grothoff <christian@grothoff.org>
Tue, 11 Oct 2011 15:23:38 +0000 (15:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 11 Oct 2011 15:23:38 +0000 (15:23 +0000)
src/transport/plugin_transport_http.c

index 40ad5c0a06e38de78489bb38af1c0badafe0c91e..aeef547a5dac19030713ecdca8fa02ca4b332687 100644 (file)
@@ -160,6 +160,7 @@ http_plugin_address_pretty_printer (void *cls, const char *type,
   size_t sbs;
   uint16_t port = 0 ;
 
+  // BUG! Transport addrs over the network must NOT be 'struct sockaddr*'s!
   if (addrlen == sizeof (struct sockaddr_in6))
   {
     sb = addr;