X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Funix.c;h=0ae3248c55bcd6448d72e4a6c8d6b018a240d37b;hb=00a44ce036714ab57696ef7ca415e69422745706;hp=8a600655a896d457cb743f4e7babb41a473d9df8;hpb=b1419c61a0ac369638256f2afd1fc6b8ecd8fa34;p=yaz-moved-to-github.git diff --git a/src/unix.c b/src/unix.c index 8a60065..0ae3248 100644 --- a/src/unix.c +++ b/src/unix.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: unix.c,v 1.3 2003-12-30 00:29:53 adam Exp $ + * $Id: unix.c,v 1.5 2004-09-21 14:59:01 adam Exp $ * UNIX socket COMSTACK. By Morten Bøgeskov. */ #ifndef WIN32 @@ -343,9 +343,6 @@ static int unix_rcvconnect(COMSTACK h) return 0; } -#define CERTF "ztest.pem" -#define KEYF "ztest.pem" - static int unix_bind(COMSTACK h, void *address, int mode) { unix_state *sp = (unix_state *)h->cprivate; @@ -568,7 +565,7 @@ static int unix_get(COMSTACK h, char **buf, int *bufsize) return -1; } else if (!res) - return 0; + return hasread; hasread += res; } TRC (fprintf (stderr, " Out of read loop with hasread=%d, berlen=%d\n",