evas/cserve2: Fix NULL vs. empty string
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 27 Aug 2013 00:56:50 +0000 (09:56 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:14 +0000 (15:47 +0900)
commit74d399ab8188cbec655c5833f77977b49d4bcae5
tree4800a2e509453e7f9c5a330e2b8cf3a3f33a233c
parent7bf4394198cb6803613200f055c09d32a7256853
evas/cserve2: Fix NULL vs. empty string

Server side: Some strings were NULL, some other were empty.
Client side was looking for NULL, but the shared index contained
empty key.
src/bin/evas/evas_cserve2_cache.c
src/bin/evas/evas_cserve2_index.c
src/bin/evas/evas_cserve2_main.c