X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=zutil%2Fzoom-c.c;h=0791f7a9a6aace67781bbff0568a87038570cadf;hb=d83f8d1ff2016d70565f75ef1c4f5dc7d95b2109;hp=cf5b67f9151fb60c3da35a1a79231f5e7c253e09;hpb=eae04713fcef67a1f33f3120a76ab98c10dd07b1;p=yaz-moved-to-github.git diff --git a/zutil/zoom-c.c b/zutil/zoom-c.c index cf5b67f..0791f7a 100644 --- a/zutil/zoom-c.c +++ b/zutil/zoom-c.c @@ -2,7 +2,7 @@ * Copyright (c) 2000-2003, Index Data * See the file LICENSE for details. * - * $Id: zoom-c.c,v 1.13 2003-01-06 08:20:29 adam Exp $ + * $Id: zoom-c.c,v 1.14 2003-01-13 22:11:34 adam Exp $ * * ZOOM layer for C, connections, result sets, queries. */ @@ -2745,7 +2745,7 @@ ZOOM_event (int no, ZOOM_connection *cs) { ZOOM_Event event = ZOOM_Event_create(ZOOM_EVENT_TIMEOUT); /* timeout and this connection was waiting */ - set_ZOOM_error(c, ZOOM_ERROR_TIMEOUT); + set_ZOOM_error(c, ZOOM_ERROR_TIMEOUT, 0); do_close (c); yaz_log (LOG_DEBUG, "timeout"); ZOOM_connection_put_event(c, event);