SPANK + reminder. Hey guys, don't forget, the commit message format is:
*********** summary line <EMPTY LINE> rest of the commit message *********** Please follow that, when you don't, it's really annoying. On 06/11/13 13:32, Guillaume Friloux wrote: > kuri pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=838c3bed85535559713e57f6e523da1f73c0ca31 > > commit 838c3bed85535559713e57f6e523da1f73c0ca31 > Author: Guillaume Friloux <guillaume.fril...@gmail.com> > Date: Wed Nov 6 14:13:40 2013 +0100 > > Fixes a bug where when you try to connect to a server using an > inexistant DNS, or having a DNS resolution error, there isnt any event > generated for the application to know. > > This is not a complete fix has you need to fix a timeout value for it to > happen, but still, it makes it possible to work around it. > > More work is needed on this. > --- > src/lib/ecore_con/ecore_con.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/lib/ecore_con/ecore_con.c b/src/lib/ecore_con/ecore_con.c > index 7067d8d..fece5f3 100644 > --- a/src/lib/ecore_con/ecore_con.c > +++ b/src/lib/ecore_con/ecore_con.c > @@ -1751,7 +1751,8 @@ _ecore_con_cb_tcp_connect(void *data, > return; > > error: > - if (errno || memerr) ecore_con_event_server_error(svr, memerr ?: > strerror(errno)); > + ecore_con_event_server_error(svr, > + memerr ?: errno? strerror(errno) : "DNS > error"); > ecore_con_ssl_server_shutdown(svr); > _ecore_con_server_kill(svr); > } > ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel