From 08f11e2c4616af62a0a9e4353dc98281d64475da Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 25 Oct 2016 15:54:46 +0200 Subject: [PATCH] ecore con: fix invalid doc reference Fixes T4761 (also spank @barbieri) --- src/lib/ecore_con/efl_net_server_udp.eo | 2 +- src/lib/ecore_con/efl_net_socket_udp.eo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_con/efl_net_server_udp.eo b/src/lib/ecore_con/efl_net_server_udp.eo index b1908d412a..e3b0df28ff 100644 --- a/src/lib/ecore_con/efl_net_server_udp.eo +++ b/src/lib/ecore_con/efl_net_server_udp.eo @@ -54,7 +54,7 @@ class Efl.Net.Server.Udp (Efl.Net.Server.Fd) { The multicast address should be in the format: - IP@INTERFACE + IP\@INTERFACE With '\@INTERFACE' being optional, such as: diff --git a/src/lib/ecore_con/efl_net_socket_udp.eo b/src/lib/ecore_con/efl_net_socket_udp.eo index 40e4169f9a..4934bd9f57 100644 --- a/src/lib/ecore_con/efl_net_socket_udp.eo +++ b/src/lib/ecore_con/efl_net_socket_udp.eo @@ -76,7 +76,7 @@ class Efl.Net.Socket.Udp (Efl.Net.Socket.Fd) { The multicast address should be in the format: - IP@INTERFACE + IP\@INTERFACE With '\@INTERFACE' being optional, such as: