X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-socket.c;h=119d68016d66e3de8da9e7076a6e294ae24fb5a4;hp=da72edafa32b52dbb431a30dea5c290d6be8f6ad;hb=3b792849c676d96918850e2f1e0af87a75278501;hpb=dbf148183e1370d5b62e15abb8b24292a3009124 diff --git a/src/zoom-socket.c b/src/zoom-socket.c index da72eda..119d680 100644 --- a/src/zoom-socket.c +++ b/src/zoom-socket.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-socket.c,v 1.5 2007-11-09 16:46:43 adam Exp $ + * $Id: zoom-socket.c,v 1.6 2007-11-09 22:08:14 adam Exp $ */ /** * \file zoom-socket.c @@ -68,7 +68,7 @@ ZOOM_API(int) xfree(yp); return 0; } - r = yaz_poll(yp, nfds, timeout); + r = yaz_poll(yp, nfds, timeout, 0); if (r >= 0) { for (i = 0; i < nfds; i++)