ecore ipc - fix send to skip data payload if null/0
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 11 Apr 2018 05:34:40 +0000 (14:34 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 11 Apr 2018 10:44:55 +0000 (19:44 +0900)
commite348420a4fd5e3f2908011966455b1870f28184c
tree46ad8e2827df62acae5845aa3aec61b7b059c821
parent1e7b5a49326447a94623979e2c63721949195434
ecore ipc - fix send to skip data payload if null/0

conversion to efl.nmet didnt deal with null/0 zised payloads properly
and tried to send them, resulting in lots of ERR complaints which were
not errors. fix that to not try and send such empty payloads

@fix
src/lib/ecore_ipc/ecore_ipc.c