diff --git a/include/lokinet/lokinet_udp.h b/include/lokinet/lokinet_udp.h index 1d4de8cd2..99d7cc83a 100644 --- a/include/lokinet/lokinet_udp.h +++ b/include/lokinet/lokinet_udp.h @@ -11,7 +11,7 @@ extern "C" struct lokinet_udp_flowinfo { /// remote endpoint's .loki or .snode address - char remote_host[[256]; + char remote_host[256]; /// remote endpont's port int remote_port; /// the socket id for this flow used for i/o purposes and closing this socket