X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-socket.c;h=d58e58f85e1e3bf1394185106e64eb56c20f861d;hb=1b750a9f8ea0d258fde61f5bac2d5af5bd783eb0;hp=cb5579af431e68eff85e500e222fcfe79b1e030a;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/src/zoom-socket.c b/src/zoom-socket.c index cb5579a..d58e58f 100644 --- a/src/zoom-socket.c +++ b/src/zoom-socket.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** @@ -39,7 +39,7 @@ ZOOM_API(int) { ZOOM_connection c = cs[i]; int fd, mask; - + if (!c) continue; fd = ZOOM_connection_get_socket(c);