X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-socket.c;h=4eac90c3fd3b8f88077cc8623821b2f1ece67d51;hb=5bc2ee09e4dff0f872ce738a5327bced915e3474;hp=3916b7a53fbd9d341577234caf598ed15a20377a;hpb=d0e351c12fff564d876958e860338d43716dc269;p=yaz-moved-to-github.git diff --git a/src/zoom-socket.c b/src/zoom-socket.c index 3916b7a..4eac90c 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-2010 Index Data + * Copyright (C) 1995-2012 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);