Avoid null ptr ref for for yaz_poll errors.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 6 Apr 2009 21:30:44 +0000 (23:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 6 Apr 2009 21:30:44 +0000 (23:30 +0200)
commitac63793036c6d830d002241a750691b26235b3e1
treecd3ae2dbffff91d4bcc7e544cbe5cb68b209bb60
parent62f4f43aa7b97890d7c4bf776e3749f25b2e1c5a
Avoid null ptr ref for for yaz_poll errors.

When yaz_poll returns error (-1) and errno is not EINTR the code
previously assumed seshigh IOCHAN (client_link) and called cs_close..
In the mother process, however, the IOCHAN data is not this type.
Code now prints a warning and resumes processing and does not use
iochan_getdata.
src/eventl.c