ecore ipc/con: fix nasty ... they dont mutually exclude
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 26 Nov 2017 05:01:14 +0000 (14:01 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 26 Nov 2017 05:01:14 +0000 (14:01 +0900)
commit047141fc908f3457ef43f333df603914b2676047
tree8fef53fef830307fefe580612ac3d09c0315ba2e
parent01ec011f8e1346ef8e8b6d269d3a2722076e2ebf
ecore ipc/con: fix nasty ... they dont mutually exclude

by deleting the socket they wont mutually exclude at bind which means
eny new server just nides the pror one and you can get lots of copies
of the same server. this wasnt the case before. it shouldnt have been.
i think ther was an rm path for stale sockets when connecting failed
or something. anyway... this here was causing multilpe efreetd's and
all sorts of nastiness. this is the root cause. so... fix it.

@fix
src/lib/ecore_con/ecore_con_legacy.c
src/lib/ecore_ipc/ecore_ipc.c