X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-c.c;h=8b14d05105358aae4a54124ed4114f55a36976f1;hb=000e5d43c17d2fd2bc91c48be97cb288a9746f8f;hp=da9ca8b3e8abb7348f0c665eb105b2ee2506e54f;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/zoom-c.c b/src/zoom-c.c index da9ca8b..8b14d05 100644 --- a/src/zoom-c.c +++ b/src/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.1 2003-10-27 12:21:36 adam Exp $ + * $Id: zoom-c.c,v 1.2 2003-11-02 17:58:16 adam Exp $ * * ZOOM layer for C, connections, result sets, queries. */ @@ -1025,7 +1025,7 @@ static zoom_ret send_srw (ZOOM_connection c, Z_SRW_PDU *sr) memcpy (h, cp0, cp1 - cp0); h[cp1-cp0] = '\0'; z_HTTP_header_add(c->odr_out, &gdu->u.HTTP_Request->headers, - "host", h); + "Host", h); } }